### Ejemplo cURL

curl -X GET -H "Cache-Control: no-cache" -H "Postman-Token: 7121d0f6-2cd3-2e27-8b17-1a9409dc6bd8" 'http://localhost:3000/api/productos/por_uso.json?uso=azulejo'

### Ejemplo Retorno

[
  {
    "id": 82123,
    "width": "20.0",
    "height": "30.0",
    "uso": "Azulejo",
    "descripcion": "ASTRATTO BLANCO 20X30 P25 PRIMERA",
    "colores_id": 845,
    "colores_genericos_id": 40,
    "color_generico_name": "Blanco",
    "color_name": "Blanco",
    "acabado_name": "Esmaltado",
    "formatos_id": 10,
    "formato_name": "Chico",
    "estilo_id": 8,
    "estilo_name": "Sólido",
    "lineas_id": 360,
    "rectificado": 0,
    "seccion_id": 50,
    "seccion_name": "Azulejo / Formatos",
    "linea_name": "Astratto",
    "thumbnail_url": "https://interceramic.com/application/public/images/thumb-productos/IN.ASTR.BLAN.051.3001P25.1.jpg",
    "modelo_name": "",
    "imagen_grande_url": "https://interceramic.com/application/public/uploads/IN.ASTR.BLAN.051.3001P25.1F_2048X1536.jpg"
  },
  {
    "id": 82128,
    "width": "20.0",
    "height": "20.0",
    "uso": "Azulejo",
    "descripcion": "ASTRATTO BLANCO 20X20 PRIMERA",
    "colores_id": 845,
    "colores_genericos_id": 40,
    "color_generico_name": "Blanco",
    "color_name": "Blanco",
    "acabado_name": "Esmaltado",
    "formatos_id": 10,
    "formato_name": "Chico",
    "estilo_id": 8,
    "estilo_name": "Sólido",
    "lineas_id": 360,
    "rectificado": 0,
    "seccion_id": 50,
    "seccion_name": "Azulejo / Formatos",
    "linea_name": "Astratto",
    "thumbnail_url": "https://interceramic.com/application/public/images/thumb-productos/IN.ASTR.BLAN.182.3001.1.jpg",
    "modelo_name": "",
    "imagen_grande_url": "https://interceramic.com/application/public/uploads/IN.ASTR.BLAN.182.3001.1F_2048X1536.jpg"
  }
]

Supported Formats

json

Errors

401 Unauthorized - Returned when authentication can't be achieved via login or missing/expired api token

Params

Param Name Description
uso
Required

Posibles valores: “Azulejo” ó “Piso”


Value:

Must be String