Kind: API Endpoint
Source: atloria-monorepo/apps/api/src/audit/audit.controller.ts
Query the org-wide audit trail (admins/maintainers)
Endpoint
GET /audit/org
| Parameter | In | Type | Required | Description |
|---|---|---|---|---|
action | query | string | - | |
actorId | query | string | - | |
projectId | query | string | - | |
entityType | query | string | - | |
startDate | query | string | - | |
endDate | query | string | - | |
limit | query | string | - | |
offset | query | string | - |
Referenced By
AuditController(MODULE_DECLARES)
Was this page helpful?