Call Queues
List Call Queues
Returns a call queue list.
get/restapi/v1.0/account/{accountId}/call-queues
Path parameters
accountIdstring required
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are accepted
perPageinteger
Indicates a page size (number of items)
memberExtensionIdstring
Internal identifier of an extension that is a member of every group within the result
Response
Success
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}