Search Contacts
POST /v2/contact/get
This API returns a list of contacts that satisfy the search parameters provided. By default, first 50 searched contacts will be returned only.
The contact’s first name.
The contact’s last name.
The contact’s primary email address.
True to return only inactive contacts. False to return only active contacts.
The name of the organisation associated to the contact.
The contact’s debtor number.
The contact’s modified date and time.
What direction you would like to page for your next set of results. The only values allowed are forward or reverse .
The Contact id of the last Contact on your current set of results to be used as the reference point for your next set of results.
The Page Number of the Contact list results.
If Offset is specified then it will fetch the next number of records after offset and skip the previous records, for e.g If there are 50 records and offset is 10 then records will be fetched from 11 to 50.
The number of records per page.
The sorting of data as per the ColoumnName provided.
NOTE: Sorting order cannot be passed along with NextPageDirection and LastPageContactId.