Get all audit logs of the authenticated user of the authenticated hub.
Successful operation
{- "success": true,
- "hash": "cf2016075a39d9134a56750ca212eb4ba7ffc968",
- "data": [
- {
- "id": 4,
- "hash": "47ebbbac5b11e9633267ebcd1678d4a7e3cbfaba",
- "name": "20230705_104212_Hub_24_Audit_Log.csv",
- "extension": "csv",
- "mime": "text/csv",
- "size": 29023149,
- "type": 1,
- "expiration_time": "2023-07-08T23:59:59.000000Z",
- "remaining_days": 2,
- "remaining_time": "2 days 10 hours",
- "created_time": "2023-07-05T10:42:12.000000Z",
- "modified_time": "2023-07-05T10:42:12.000000Z",
- "modified_user_time": "2023-07-05T10:42:12.000000Z",
- "signature": "18102bdfc04f7bc389c6ab885680c669711cc8467e2c544b380833ed8338ecd5",
- "model": "Audit",
- "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}
}, - {
- "id": 6,
- "hash": "33189732fb863194a414a8bca8352fd2cde630b8",
- "name": "20230705_122039_Hub_24_Audit_Log.csv",
- "extension": "csv",
- "mime": "text/csv",
- "size": 10225,
- "type": 2,
- "expiration_time": "2023-07-08T23:59:59.000000Z",
- "remaining_days": 2,
- "remaining_time": "2 days 10 hours",
- "created_time": "2023-07-05T12:20:39.000000Z",
- "modified_time": "2023-07-05T12:20:39.000000Z",
- "modified_user_time": "2023-07-05T12:20:39.000000Z",
- "signature": "5b59cef2e7e902792b9e56df200545ad61256f7c82103c22de525b6800576dbb",
- "model": "Audit",
- "created_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}, - "modified_user": {
- "id": 1,
- "hash": "8db560a23013ff54838d45e59a3f3f39f6720c86",
- "name": "Olli Kahn",
- "first_name": "Olli",
- "last_name": "Kahn",
- "position": "CEO",
- "department": "Engine room",
- "organization": "Nordantech",
- "email": "titan@nordantech.com",
- "status": 1,
- "model": "User"
}
}
], - "meta": {
- "page": 1,
- "first": 1,
- "last": 2,
- "total": 2,
- "limit": 1000,
- "pages": 1
}, - "timestamp": 1688648592192
}
Get an audit log.
disposition | string or null Default: "attachment" The content-disposition for the requested file. For |
signature required | string The signature for the audit. |
Successful operation
Forbidden
Not Found
Unprocessable Content
{- "success": false,
- "error": {
- "status": 403,
- "message": "The signature of the request is invalid or expired.",
- "code": 0
}, - "timestamp": 1688649681648
}
Export an audit log for an audit type.
A JSON object containing audit log information.
Successful operation
Unprocessable Content
{- "start_time": "2023-06-01",
- "users": [
- "49dd34eb82cc77ca8bccb35dd9a188f79d5c4026"
]
}
{- "success": true,
- "hash": "8739602554c7f3241958e3cc9b57fdecb474d508",
- "data": { },
- "timestamp": 1688650995970
}