Get Contact List
post
[PlatformAddress]/api/1.0/contact?action=getContactList
Get Contact List
Property | Description | Type |
---|---|---|
fromModifiedDate | Filter by Modified Date | |
toModifiedDate | Filter by Modified Date | |
externalId | Filter by external unique id | Unique external Id in string |
venueId | Filter by specific Venue | integer |
venueGroupId | Filter by specific Venue Group | integer |
companyId | Filter by specific Company Id | integer |
Property | Description |
---|---|
id | The unique identifier for the contact |
firstName | The contact’s first name |
lastName | The contact’s last name |
email | The contact’s email address |
phone | The contact’s phone number |
customFields | The custom field information for the contact. This is an array of fields, each an object with the keys. |
groups | The subscription group information for the contact. |
companies | This will an array company ids to which the contact belongs. |
companiesData | This will an array company containing id and businessName for each company to which the contact belongs. |
externalId | This will be external id of the contact |
modifiedDate | The modified date of the contact |
fieldId |
---|
displayName |
value |
The result from this call will be a collection of all the events the user has access to. This call also accepts the pagination and filter properties.
Last modified 4mo ago