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