Automatic report generation
Set a webhook to automatically receive generated reports after an evaluation has ended.
Webhook settings page
Webhook callback
{
"reportId": (number),
"nameReport": (string),
"fileType": ("pdf" | "doc" | "xlsx" | "spss" | "zip"),
"evaluation": {
"id": (number),
"externalId": (string),
"name": (string),
"type": ("subject" | "exam" | "teacher" | "generic"),
"topic": {
"id": (number),
"name": (string),
"code": (string),
"externalId": (string)
}
}
}Downloading the report
Fetch a report from the webhook
Path Parameters
Name
Type
Description
Roles
Report expiration
Last updated