v1

latestOpenAPI 3.0.02026-07-17166300328.1 KB
Event Report

Import Report From URL

post/eventReports/importReportFromUrl/{eventId}

Path parameters

string required
OR
string uuid required
Example:12345

UUID or numeric ID of the event

Request body

urlstring

Example request

{
  "url": "https://domain.example/blogpost/123.pdf"
}

Response

Import from URL Event Report response

savedboolean

true if the event report was successfully created, false if it failed

successboolean nullable

true if the event report was successfully created, false if it failed

namestring
messagestring
urlstring
errorsstring nullable

Only present if an error occurred when deleting the event

Example response

{
  "name": "Event report imported",
  "message": "Report downloaded and created",
  "url": "/eventReport/importReportFromUrl/1",
  "errors": "Could not fetch report from URL. Fetcher module not enabled or could not download the page"
}