The active casino's audit trail, newest first
GET/admin/activity
Who changed what, on which record, and what it looked like before.
Every write an operator makes through the console lands here, captured
automatically rather than by anyone remembering to record it. An entry is one
STATEMENT, not one row: a save that updated three rows in one statement is one
entry, with the ids under properties.subjectIds.
A credential never appears in properties, and not because it is filtered on the
way out — the capture never reads the column.
Rows whose scope is the PLATFORM rather than a casino — a sign-in, a menu edit,
an artisan command — are not in this list. Ask for them with scope=platform,
which a super user only may do, on the same reasoning that puts signing keys there.
Permission: activity.read
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 503
The entries
X-Tenant-Id is missing, limit is out of range, or scope is not a value this route knows
No session cookie, or it expired
The role lacks activity.read, or the caller is not a member of this casino
No such casino
No trail store on this instance