Estados de atención
Listar estados de atención
Headers
Name
Type
Description
{
"data": [
{
"type": "status_attentions",
"id": "1",
"attributes": {
"id": 1,
"name": "Registrado",
"color": "#8e14b4"
}
},
{
"type": "status_attentions",
"id": "2",
"attributes": {
"id": 2,
"name": "En Proceso",
"color": "#F38400"
}
},
{
"type": "status_attentions",
"id": "3",
"attributes": {
"id": 3,
"name": "Atendido",
"color": "#00A617"
}
},
{
"type": "status_attentions",
"id": "4",
"attributes": {
"id": 4,
"name": "Cerrado",
"color": "#146EB4"
}
},
{
"type": "status_attentions",
"id": "5",
"attributes": {
"id": 5,
"name": "Test",
"color": "#EC2222"
}
}
]
}Mostrar estado de atención
Headers
Name
Type
Description
Última actualización