Clients (Activities)
GET {{base_url}}/activity/:ActivityID/client
Use this endpoint to retrieve all clients 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","ClientID":"ClientID","Name":"BioMed Technologies LTD","PrimaryInd":"Y"}]