Employees and Contacts (Activities)

GET {{base_url}}/activity/:ActivityID/employeeContacts

Use this endpoint to retrieve all employees and contacts associated with an activity in the Activities hub.

HEADERS

KeyDatatypeRequiredDescription
Content-TypestringRequired.

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":"ACTIVITYID01055961259336","RecordType":"contact","FirstLast":"Richard Stone, PE","ContactID":"ADMIN1013723367553","Employee":"","PrimaryInd":"Y","ContactHasPhoto":"N","Email":"email@company.com","ClientID":"000000CAPE","Phone":"508.234.4589","CellPhone":"508.473.5983","Owner":"","LastFirst":"Stone, Richard","Title":"Chief Financial Officer","RecordID":"ADMIN1013723367553"},{"ActivityID":"ACTIVITYID01055961259336","RecordType":"employee","FirstLast":"Billy Boy Charles, Jr.","ContactID":"","Employee":"00001","PrimaryInd":"","ContactHasPhoto":"Y","Email":"email@company.com","ClientID":"","Phone":"456","CellPhone":"","Owner":"N","LastFirst":"Charles, Billy Boy","Title":"Principal","RecordID":"00001"},{"ActivityID":"ACTIVITYID01055961259336","RecordType":"employee","FirstLast":"Steve Anderson, AIA","ContactID":"","Employee":"00201","PrimaryInd":"","ContactHasPhoto":"N","Email":"email@email.com","ClientID":"","Phone":"617","CellPhone":"","Owner":"Y","LastFirst":"Anderson, Steve","Title":"Project Manager","RecordID":"00201"}]