List Associated contacts
GET {{baseUrl}}/v1/accounts/:accounts_id/contacts?from={from}&limit={limit}&sortBy={sortingField}
This API lists the contacts associated with an account
OAuth Scope
Desk.contacts.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | From index | |
limit | string | No. of contacts to fetch | |
sortBy | string | Parameter that sorts contacts by one of these attributes: <br>firstName, <br> <br>lastName, <br> <br>fullName, <br> <br>phone, <br> <br>email, <br> <br>createdTime, <br> <br>modifiedTime <br> | |
isSpam | string | Filters Spam contacts |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"lastName":"Lawrence","secondaryEmail":null,"mappingInfo":{"mappingId":"18026000003237019","mappingType":"PRIMARY","isAccountTicketsViewable":true},"mobile":"+91 8508569683","type":null,"ownerId":"4000000008734","firstName":null,"accountId":"4000000008784","photoURL":null,"isAnonymous":true,"phone":"1 888 900 9646","webUrl":"https://desk.zoho.com/support/zylker/ShowHomePage.do#Contacts/dv/d126330fb061247d9ebddaeb9d93ba74750b0284bc703b38","createdTime":"2017-10-12T13:11:50.000Z","isEndUser":"false","zohoCRMContact":{"id":"5000000014010","type":"contacts_leads"},"customerHappiness":{"badPercentage":"0","okPercentage":"0","goodPercentage":"0"},"id":"4000000008786","isSpam":false,"email":"support@zylker.com"}]}