Description
Contacts associated with an activity, including their roles and email addresses.
Resource overview
| Endpoint | Definition | 
| GET/ActivityContacts | Retrieve contacts associated with an activity. | 
Attributes
| Attribute | Description | Data Type | Notes | 
|---|---|---|---|
| ContactID | Contact identifier | integer(int32) | |
| ContactName | Name of the contact | string | Max length: 101 | 
| ActivityContactID | Unique ID of the activity contact | integer(int32) | |
| EmailAddress | Email of the contact | string | Max length: 255 | 
| AssignmentType | Role of the contact on the activity | string | Max length: 5 | 
| IgnoreNullContact | Flag to ignore null contacts | boolean |