GET
/
alerts
/
{id}
/
activities
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>"
  }
]

Authorizations

X-Api-Key
string
header
required

Path Parameters

id
string
required

Response

200
application/json
Successful response
id
number
required
action
enum<string>
required
Available options:
created,
updated,
added,
removed,
set,
changed,
deleted,
commentAdded,
commentEdited,
commentDeleted,
caseAssigned
username
string
required
body
string
required
timeAgo
string
required
userImage
string | null
fieldName
string | null