curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
]
History
GET
/
api
/
v1
/
activity-logs
/
{subject_type}
/
{subject_id}
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
]
Path parameters
string
required
Subject record type
string
required
Subject record ID
Responses
ActivityLogResponse[]
ErrorBody
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs/{subject_type}/{subject_id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
[
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
]
⌘I