Download OpenAPI specification:Download
The audit service is used to observe all actions inside an organization.
List all logged organization actions for passed organization id
organization_id | integer |
limit | integer [ 1 .. 50 ] Default: 10 limits audit list output to passed amount. |
offset | integer Default: 0 defines the offset for pagination |
{- "events": [
- {
- "affectedUser": null,
- "creator": {
- "id": 0,
- "name": "string",
- "type": "string"
}, - "data": "string",
- "id": 0,
- "organizationID": 0,
- "service": "string",
- "timestamp": null,
- "type": "string",
- "user": null
}
], - "totalEvents": 0
}