メインコンテンツへスキップ
GET
/
alerts
/
{id}
/
activities
Get activities by alert id
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>",
    "body": "<string>",
    "timeAgo": "<string>",
    "userImage": "<string>",
    "fieldName": "<string>"
  }
]

承認

X-Api-Key
string
header
必須

パスパラメータ

id
string
必須

レスポンス

Successful response

id
number
必須
action
enum<string>
必須
利用可能なオプション:
created,
updated,
added,
removed,
set,
changed,
deleted,
commentAdded,
commentEdited,
commentDeleted,
caseAssigned
username
string
必須
body
string
必須
timeAgo
string
必須
userImage
string | null
fieldName
string | null