cURL
curl --request GET \ --url https://api.example.com/api/Clients/{clientId}/Messages
[ { "activityID": 123, "attachments": 123, "subject": "<string>", "from": "<string>", "to": "<string>", "activityDate": "2023-11-07T05:31:56Z", "entityId": 123, "typeID": 123, "type": "<string>", "assignedToName": "<string>" } ]
Return all messages associated to a specific client id.
OK
Was this page helpful?