cd4c91e0e6c2
List Audit Events
Authorization scope: audit:list
List audit events
Path parameters
Query parameters
The start UTC date time. Time format YYYY-MM-DDTHH:MM:SS or YYYY-MM-DDTHH:MM:SS.mmmmmm
The start UTC date time. Time format YYYY-MM-DDTHH:MM:SS or YYYY-MM-DDTHH:MM:SS.mmmmmm
The end UTC date time. Time format YYYY-MM-DDTHH:MM:SS or YYYY-MM-DDTHH:MM:SS.mmmmmm If end_time is supplied without start_time the start_time will be the previous day of the end_time
The end UTC date time. Time format YYYY-MM-DDTHH:MM:SS or YYYY-MM-DDTHH:MM:SS.mmmmmm If end_time is supplied without start_time the start_time will be the previous day of the end_time
A list of users id's who initiated the event
A list of users id's who initiated the event
A list of entity types
A list of entity types
A list of event types
A list of event types
A unique logical identifier of an entity, usually the cross_id
A unique logical identifier of an entity, usually the cross_id
Response
Successful Response
Example response
{
"items": [
{
"event_id": "eac285a5a9ae4ada9ccd49889a651e16",
"event_initiator": "UI",
"event_datetime": "2022-08-02T13:38:44.054000",
"event_result_status": 200,
"event_name": "update:rivers:without_version",
"entity_logical_key": "5eda28ee6b028e1ce7a2b5ec",
"account_id": "5ebec4ca6b028e2da4191dde",
"environment_id": "5ebec4ca6b028e2da4191de1",
"user_id": "60d08931f5682c0d9fa24890",
"user_name": "Rivi Ee",
"entity_name": "My First River",
"entity_subtype": "src_to_trgt",
"additional_info": "{\"version_id\": \"637582d3c32287000fc1d69f\"}"
}
]
}