Paging Only Groups
Get Paging Group Devices
Returns a list of paging devices assigned to this group.
get/restapi/v1.0/account/{accountId}/paging-only-groups/{pagingOnlyGroupId}/devices
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)
pagingOnlyGroupIdstring required
Internal identifier of a paging group
Query parameters
pageinteger
Indicates a page number to retrieve. Only positive number values are accepted
perPageinteger
Indicates a page size (number of items)
Response
Paging devices information
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}