v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Event Report

Restore Event Report

post/eventReports/restore/{eventReportId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event report

Response

Restore Event Report response

savedboolean

true if the event was successfully deleted, false if it failed

successboolean nullable

true if the event was successfully deleted, false if it failed

namestring
messagestring
urlstring
errorsstring nullable

Only present if an error occurred when deleting the event

Example response

{
  "name": "Event report 1 restored.",
  "message": "Event Report 1 could not be restored. Reasons: Errors",
  "url": "/eventReport/restore/1",
  "errors": "Event Report was not restored."
}