v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Event Report

Edit Event Report

post/eventReports/edit/{eventReportId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event report

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"
  }
}