GET /urgency_requirements
GET
/urgency_requirements
Headers
Content-Type
application/json
Authorization
<token>
Response
{ "data": [ { "type": "urgency_requirements", "id": "1", "attributes": { "id": 1, "name": "No Emergencia" } }, { "type": "urgency_requirements", "id": "2", "attributes": { "id": 2, "name": "Emergencia" } } ] }
{ "message": "Unauthorized" }
Última actualización hace 10 meses