Storyden
Admin

Audit Event Get

Retrieve a specific audit event by ID.

Retrieve a specific audit event by ID.

GET/admin/audit-events/{audit_event_id}
storyden-session<token>

In: cookie

Path Parameters

audit_event_id*string

Audit event ID

Formatxid

Response Body

application/json

application/json

curl -X GET "https://loading/api/admin/audit-events/cc5lnd2s1s4652adtu50"
{
  "id": "cc5lnd2s1s4652adtu50",
  "type": "thread_deleted",
  "timestamp": "2019-08-24T14:15:22Z",
  "enacted_by": {
    "id": "cc5lnd2s1s4652adtu50",
    "joined": "2019-08-24T14:15:22Z",
    "suspended": "2019-08-24T14:15:22Z",
    "handle": "Southclaws",
    "name": "Barnaby Keene"
  },
  "thread_id": "cc5lnd2s1s4652adtu50"
}
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}