Get queues
GET/queues
Get a listing of queues; available as an Add-On Module
Request
Query Parameters
siteId string
Site Identifier
next string
Next page of results token
limit string
Limit Results
Default value:
10
Responses
- 200
200 OK
Response Headers
Access-Control-Allow-Origin
string
Access-Control-Allow-Methods
string
Access-Control-Allow-Headers
string
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
next string
Next page of results token
queues
object[]
List of queues
name string
Name of Queue
queueId string
Queue identifier
{
"next": "string",
"queues": [
{
"name": "string",
"queueId": "string"
}
]
}
Loading...