GET /impact_requirements
GET
/impact_requirements
Headers
Content-Type
application/json
Authorization
<token>
Response
{ "data": [ { "type": "impact_requirements", "id": "1", "attributes": { "id": 1, "name": "Alto", "color": "#FF0000" } }, { "type": "impact_requirements", "id": "2", "attributes": { "id": 2, "name": "Bajo", "color": "#00FF00" } } ] }
{ "message": "Unauthorized" }
Última actualización hace 10 meses