/restapi/v1.0/account/:accountId/extension/:extensionId/phone-number
GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/phone-number?usageType=<string>&page=<integer>&perPage=<integer>
Get Extension Phone Numbers
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| usageType | string | Usage type of the phone number | |
| 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 |