v1
latestOpenAPI 3.0.02026-07-17166300328.1 KBEvent Report
Import Report From URL
post/eventReports/importReportFromUrl/{eventId}
Path parameters
Example:12345
UUID or numeric ID of the event
Request body
Example request
{
"url": "https://domain.example/blogpost/123.pdf"
}Response
Import from URL Event Report response
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"
}