curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"entries": [
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
],
"total": 1
}
List activity logs
List activity logs
GET
/
api
/
v1
/
activity-logs
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"entries": [
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
],
"total": 1
}
Query parameters
string
string
string
integer (int32)
integer (int32)
Responses
ActivityLogListResponse
curl --request GET \
--url 'https://api.stateset.com/api/v1/activity-logs' \
--header 'Authorization: Bearer YOUR_API_KEY'
{
"entries": [
{
"action": "string",
"actor": null,
"actor_kind": "string",
"created_at": "string",
"id": "string",
"metadata": {},
"subject_id": "string",
"subject_type": "string",
"summary": "string"
}
],
"total": 1
}
⌘I