List Extension Devices
Returns devices of an extension or multiple extensions by their ID(s). Batch request is supported.
Path parameters
Internal identifier of the RingCentral account (can be set to "~" to indicate that the account associated with current authorization session should be used)
Internal identifier of the RingCentral extension/user (can be set to "~" to indicate that the extension associated with current authorization session should be used)
Query parameters
The result set page number (1-indexed) to return
The number of items per page. If provided value in the request is greater than a maximum, the maximum value is applied
Pooling type of device - Host - a device with standalone paid phone line which can be linked to a soft client instance - Guest - a device with a linked phone line - None - a device without a phone line or with specific line (free, BLA, etc.)
Device feature
Device feature or multiple features supported
Device type
The type of phone line
Phone line type
Response
Extension devices information
Example response
{
"records": [
{
"shipping": {
"status": "Shipped"
}
}
],
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}