cURL
curl --request POST \ --url http://localhost/api/v3/audits \ --header 'Content-Type: application/json' \ --data ' { "event": "<string>", "auditable_type": "<string>", "auditable_id": 123, "old_values": [ "<string>" ], "new_values": [ "<string>" ], "url": "<string>", "ip_address": "<string>", "user_agent": "<string>", "profile_id": "<string>", "location_id": 123, "staff_id": "<string>" } '
{ "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>" } }
Create a new audit record.
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.
Audit
Show child attributes