Get fabrics
www.aquaclean.com/api/fabrics/:user/:lang/:response/:category/:collection
Campo | Tipo | Descripción | Valores |
---|---|---|---|
user | String | This is the user identifier | |
lang | String | This is the language identifier | |
response | String | This is the response identifier | json, view, pdf |
category (optional) | String | This is the category identifier | visual, rustika, contract, pets |
collection (optional) | String | This is the collection identifier | adra, aitana, aneto, bellagio, capriccio, carabu, eden, evora, fantasy, haruka, invictus, keops, lugano, marina, matsue, merida, mika, minerva, moon, mystic, nanao, naomi, novara, otaru, romantic, samira, solara, vera, vivalto, |
{
"data": {
"modelos": [
{
"nombre": "MODEL 1",
"imagen": "http://example.com/route/to/image.jpg",
"stamp": "http://example.com/route/to/stamp.png",
"features": [
"RUSTIKA"
],
"technical_specifications": {
"lang": "en",
"date": "20170518",
"description": "Model description"
},
"tejidos": [
{
"ref": "Fabric 1",
"ruta": "Fabric_1.gif",
"imagen_g": "Fabric_1.png"
},
{
"ref": "Fabric 2",
"ruta": "Fabric_2.gif",
"imagen_g": "Fabric_2.png"
},
{
...
}
]
},
{
...
}
]
}
}