Supported Formats

json

GET /api/estilos
Devuelve los estilos

### Ejemplo cURL

curl -X GET -H "Cache-Control: no-cache" -H "Postman-Token: 7121d0f6-2cd3-2e27-8b17-1a9409dc6bd8" 'http://localhost:3000/api/estilos'

### Ejemplo Retorno

[
  {
    "id": 1,
    "clave": "CE",
    "nombre": "Cemento",
    "slug": "cemento"
  },
  {
    "id": 2,
    "clave": "DE",
    "nombre": "Decorado",
    "slug": "decorado"
  }
]

Supported Formats

json

Errors

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