TeXML REST Commands
List queue resources
Lists queue resources.
get/texml/Accounts/{account_sid}/Queues
Path parameters
account_sidstring required
The id of the account the resource belongs to.
Query parameters
Pageinteger
The number of the page to be displayed, zero-indexed, should be used in conjuction with PageToken.
PageSizeinteger
The number of records to be displayed on a page
PageTokenstring
Used to request the next page of results.
DateCreatedstring
Filters conferences by the creation date. Expected format is YYYY-MM-DD. Also accepts inequality operators, e.g. DateCreated>=2023-05-22.
DateUpdatedstring
Filters conferences by the time they were last updated. Expected format is YYYY-MM-DD. Also accepts inequality operators, e.g. DateUpdated>=2023-05-22.
Response
Multiple queue resources.
Example response
{
"end": 0,
"first_page_uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Queues.json?Page=0&PageSize=1",
"next_page_uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Queues.json?Page=1&PageSize=1&PageToken=MTY4AjgyNDkwNzIxMQ",
"page": 0,
"page_size": 1,
"queues": [],
"start": 0,
"uri": "/v2/texml/Accounts/61bf923e-5e4d-4595-a110-56190ea18a1b/Queues.json?Page=0&PageSize=1"
}