Event
The Event endpoint allows you to get a list of all events or event types, details about specific events, and delete events.
Last updated
Was this helpful?
The Event endpoint allows you to get a list of all events or event types, details about specific events, and delete events.
Last updated
Was this helpful?
GET
https://api.halosecurity.com/api/v1/event/list.json
Returns a paginated list of events.
sort
Integer
0
= name (default)
sort_desc
Integer
0
= No (default)
1
= Yes
key
String
Filter by key
subject
String
Filter by subject
detail
String
Filter by detail
target_id
Integer
Filter by target id
GET
https://api.halosecurity.com/api/v1/event/get.json
Returns the details of an event.
event_id*
String
GET
https://api.halosecurity.com/api/v1/event/delete.json
Returns the event deletion status.
event_id*
String
GET
https://api.halosecurity.com/api/v1/event/types.json
Returns a paginated list of event types.