/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

KeyDatatypeRequiredDescription
startsWithstringIf specified, only contacts whose First name or Last name start with the mentioned substring are returned. Case-insensitive
sortBystringSorts results by the specified property. The default is 'First Name'
pagestringIndicates the page number to retrieve. Only positive number values are allowed. Default value is '1'
perPagestringIndicates the page size (number of items). If not specified, the value is '100' by default