cURL
curl --request GET \ --url http://localhost:3091/v1/api/superadmin/audit-logs \ --header 'Authorization: Bearer <token>'
{ "totalPages": 123, "totalElements": 123, "first": true, "last": true, "size": 123, "content": [ { "id": 123, "adminId": 123, "adminName": "<string>", "adminEmail": "<string>", "action": "USER_VIEW", "actionDescription": "<string>", "targetEntityType": "<string>", "targetEntityId": "<string>", "description": "<string>", "ipAddress": "<string>", "actionTimestamp": "2023-11-07T05:31:56Z", "status": "<string>" } ], "number": 123, "sort": { "empty": true, "sorted": true, "unsorted": true }, "pageable": { "offset": 123, "sort": { "empty": true, "sorted": true, "unsorted": true }, "paged": true, "pageNumber": 123, "pageSize": 123, "unpaged": true }, "numberOfElements": 123, "empty": true }
JWT access token from POST /v1/api/auth/login
Audit logs retrieved
Show child attributes