Event
The Event endpoint allows you to get a list of all events or event types, details about specific events, and delete events.
Get a list of events.
Query Parameters
Name
Type
Description
{
"list": [
{
"event": {
"event_id": "id1",
"subject": "Scan Started",
"date_created": "0000-00-00 00:00",
"key": "target-scan-start",
"url": "https://www.halosecurity.com/link?q=user-event&id=id1",
"target": {
"target_name": "",
"target_id": 1,
"target": "www.example.com"
}
}
}
]
}Get the details of an event.
Query Parameters
Name
Type
Description
Delete an event.
Query Parameters
Name
Type
Description
Get a list of event types.
Last updated