curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/allQueueStates
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"active": 123,
"aitype": 123,
"description": "<string>",
"from_state": 123,
"scope": 123,
"state": 123
}
]
}
curl --request GET \
--url https://app.ezzydoc.com/EzzyService.svc/Rest/allQueueStates
{
"service_status": {
"invoice_id": 123,
"message": "<string>",
"status": 0
},
"list": [
{
"active": 123,
"aitype": 123,
"description": "<string>",
"from_state": 123,
"scope": 123,
"state": 123
}
]
}