Returns a list of audits which can be filtered by various categories.
Success
Bad Request
Unauthorized
Forbidden
{- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "description": "string",
- "category": "profile",
- "subcategory": "profileDetails",
- "action": "created",
- "createdAt": "2019-08-24T14:15:22Z",
- "createdById": 0,
- "createdBy": "string",
- "payload": {
- "companyId": "GB-0-0123456789",
- "profileId": "12345f68-1234-1234-1a2b-1a12bb4c578",
- "safeNumber": "UK0122345678",
- "profileName": "Example Profile"
}
}
], - "totalSize": 0,
- "correlationId": "string"
}