List Extensions
Returns the list of extensions created for a particular account. All types of extensions are included in this list.
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)
Query parameters
Extension short number to filter records
Extension email address. Multiple values are accepted
Indicates a page number to retrieve. Only positive number values are allowed
Indicates a page size (number of items)
Extension current state. Multiple values are supported. If 'Unassigned' is specified, then extensions without extensionNumber attribute are returned. If not specified, then all extensions are returned
Extension type. Multiple values are supported. Please note that legacy 'Department' extension type corresponds to 'Call Queue' extensions in modern RingCentral product terminology
Response
Extension list information
Example response
{
"paging": {
"perPage": 50,
"page": 5,
"pageEnd": 5,
"totalPages": 25,
"totalElements": 25
}
}