Urgencia de Requerimiento
Urgencia de requerimiento
GET
/urgency_requirements
Headers
Name
Value
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"
}
}
]
}
Última actualización