cURL
curl --request GET \ --url http://localhost/api/v3/audits
{ "data": [ { "id": 123, "user_id": 123, "event": "<string>", "auditable_type": "<string>", "auditable_id": 123, "old_values": [ "<unknown>" ], "new_values": [ "<unknown>" ], "url": "<string>", "ip_address": "<string>", "profile_id": "<string>", "location_id": 123, "location": { "id": "<string>", "name": "<string>", "handle": "<string>", "external_id": "<string>" }, "staff_id": "<string>", "staff": { "id": "<string>", "first_name": "<string>", "last_name": "<string>", "email": "<string>" }, "token_name": "<string>", "user_agent": "<string>", "created_at": "<string>", "updated_at": "<string>" } ] }
A GET to the /audits endpoint allows your application to retrieve all audits.
GET
/audits
Documentation IndexFetch the complete documentation index at: https://docs.omneo.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.omneo.io/llms.txt
Use this file to discover all available pages before exploring further.
Array of Audit
Audit
Show child attributes