GET
/
allQueueStates
allQueueStates
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
    }
  ]
}

Query Parameters

APIKey
string
required

Response

Success

service_status
object
list
object[]