Employees (Activities)

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

Use this endpoint to retrieve all employees 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":"ActivityID","Employee":"00001","Name":"William Apple, PE","FullName":"William Richard Apple, PE","Title":"Civil Engineer","Owner":"Y","Email":"wapple@bartlett.com","WorkPhone":"456.695.9821","WorkPhoneExt":"235","Org":"BO:SF:EV","OrgName":"San Fran Environmental","FirstLast":"William Apple, PE","LastFirst":"Apple, William"}]