Request
The primary key for each resource.
Request samples
curl --location --request GET 'https://api.synap.ac/v3/action-logs/'
Responses
The primary key for each resource.
{
"data": {
"id": "FID001",
"type": "ActionLog",
"attributes": {
"type": "access",
"action": "created",
"targetId": "string",
"targetParentId": "string",
"targetTitle": "string",
"timestamp": "string",
"verb": "string"
},
"relationships": {
"owner": {
"data": {
"id": "FID001",
"type": "User"
}
}
}
}
}
Modified at 2025-07-08 10:51:21