v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBEvent Report
Add Event Report
post/eventReports/add/{eventId}
Path parameters
Example:12345
UUID or numeric ID of the event
Request body
Example request
{
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"event_id": "12345",
"name": "Report of the incident",
"distribution": "4",
"sharing_group_id": "1",
"timestamp": "1617875568"
}Response
An Event Report
Example response
{
"EventReport": {
"id": "12345",
"uuid": "c99506a6-1255-4b71-afa5-7b8ba48c3b1b",
"event_id": "12345",
"name": "Report of the incident",
"distribution": "4",
"sharing_group_id": "1",
"timestamp": "1617875568"
}
}