Routing Queues
Authorizations
AuthorizationstringRequired
Provide the token that is returned upon login
Path parameters
workspaceIdstringRequired
Query parameters
limitinteger · min: 1 · max: 100OptionalDefault:
Limits the number of results to return
10pageTokenstring · max: 8000Optional
Pagination token that keeps of track of the current position in the list
reversebooleanOptionalDefault:
Order in which to retrieve the results
falseResponses
200
OK
application/json
get
/workspaces/{workspaceId}/inbox/routing-queues200
OK
Authorizations
AuthorizationstringRequired
Provide the token that is returned upon login
Path parameters
workspaceIdstringRequired
Body
namestring · min: 1 · max: 255Required
descriptionstringOptional
priorityinteger · max: 100Required
Responses
201
created
application/json
404
Workspace not found
application/json
422
Invalid request
application/json
post
/workspaces/{workspaceId}/inbox/routing-queuesAuthorizations
AuthorizationstringRequired
Provide the token that is returned upon login
Path parameters
workspaceIdstringRequired
routingQueueIdstringRequired
Responses
200
ok
application/json
404
Workspace or queue not found.
application/json
get
/workspaces/{workspaceId}/inbox/routing-queues/{routingQueueId}Authorizations
AuthorizationstringRequired
Provide the token that is returned upon login
Path parameters
workspaceIdstringRequired
routingQueueIdstringRequired
Body
namestring · min: 1 · max: 255Optional
descriptionstringOptional
priorityinteger · max: 100Optional
Responses
200
Updated
application/json
404
Workspace or queue found
application/json
422
Invalid queue
application/json
patch
/workspaces/{workspaceId}/inbox/routing-queues/{routingQueueId}Authorizations
AuthorizationstringRequired
Provide the token that is returned upon login
Path parameters
workspaceIdstringRequired
routingQueueIdstringRequired
Responses
204
Deleted
404
Workspace or queue not found
application/json
delete
/workspaces/{workspaceId}/inbox/routing-queues/{routingQueueId}No content
Last updated
Was this helpful?

