Client Contacts
Header Parameters
Content-Typestring
Authorizationstring
Query Parameters
limitinteger
Number of client contacts to return per page. Must be between 5 and 50
modifiedAfterstring
Filters client contacts based on the date they were last modified. Only contacts that were modified after the specified date and time will be returned
modifiedBeforestring
Filters client contacts based on the date they were last modified. Only contacts that were modified before the specified date and time will be returned
Response
200
Object
Response Attributes
idstring
contact_first_namestring
contact_last_namestring
designationstring
mobile_nostring
contact_numberstring
email_idstring
client_contact_statusstring
address1string
countrystring
statestring
citystring
zip_codestring
created_bystring
business_unit_idnumber
created_atstring
updated_bystring
updated_atstring
400
Object
{
"message": "Invalid parameters or filters."
}
401
Object
{
"message": "Please provide the access token."
}
403
Object
{
"message": "Your company access is temporarily disabled."
}
404
Object
{
"message": "Data not found."
}
429
Object
{
"message": "Request limit exceeded. Please try again later."
}
Was this section helpful?
What made this section helpful for you?
What made this section unhelpful for you?
Response
Was this section helpful?