Contacts (Activities)
GET {{base_url}}/activity/:ActivityID/contact
Use this endpoint to retrieve all contacts associated with an activity in the Activities hub.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | Required. |
The type of content supported by the API endpoint. |
| Authorization
| string | | Required.
The type of authorization supported by the API endpoint. |
RESPONSES
status: OK
[{"ActivityID":"ActivityID","ContactID":"ContactID","Email":"email@company.com","Name":"Phoebe Snow","Phone":"123.456.7890","CellPhone":"123.456.7890","PrimaryInd":"N","Title":"Principal","Company":"The Devonshire Group","Type":"C","FirstLast":"Phoebe Snow","LastFirst":"Snow, Phoebe","ClientID":"00000DEVON","ContactHasPhoto":"N","ContactPhotoModDate":""},{"ActivityID":"ActivityID","ContactID":"ContactID","Email":"ContactID","Name":"Elton Witherspoon","Phone":"784 544-9122","CellPhone":"123.456.7890","PrimaryInd":"N","Title":"Chief Information Officer","Company":"Sample Company Name","Type":"V","FirstLast":"Elton Witherspoon","LastFirst":"Witherspoon, Elton","ClientID":"","ContactHasPhoto":"N","ContactPhotoModDate":""}]