Français
cURL
curl --request GET \ --url https://local.casebender.com:3000/api/alerts/{id}/activities \ --header 'X-Api-Key: <api-key>'
[ { "id": 123, "action": "created", "username": "<string>", "userImage": "<string>", "body": "<string>", "timeAgo": "<string>", "fieldName": "<string>" } ]
Returns activities by alert id
Successful response
The response is of type object[].
object[]