/restapi/v1.0/account/:accountId/extension
GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension?page=<integer>&perPage=<integer>&status=<string>&type=<string>
Get Extension List
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | string | Indicates the page number to retrieve. Only positive number values are allowed. Default value is '1' | |
perPage | string | Indicates the page size (number of items). If not specified, the value is '100' by default. | |
status | string | Extension current state. Multiple values are supported. If 'Unassigned' is specified, then extensions without extensionNumber are returned. If not specified, then all extensions are returned | |
type | string | Extension type. Multiple values are supported |