/restapi/v1.0/account/:accountId/extension/:extensionId/address-book/contact
GET {{baseUrl}}/restapi/v1.0/account/:accountId/extension/:extensionId/address-book/contact?startsWith=<string>&sortBy=<string>&page=<integer>&perPage=<integer>
Get Contact List
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
startsWith | string | If specified, only contacts whose First name or Last name start with the mentioned substring are returned. Case-insensitive | |
sortBy | string | Sorts results by the specified property. The default is 'First Name' | |
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 |