Create a school test event

Creates an event date for a school test and associates the selected students, classes, and structure nodes with it.

Authentication

AuthorizationBearer

The signed-in SchoolSet user token sent by the frontend.

Request

This endpoint expects an object.
school_test_idintegerRequired
event_datedateRequired
Studentlist of integersOptional
SchoolClasslist of integersOptional
Nodelist of integersOptional

Response

Event created and its identifier returned.

Errors

401
Unauthorized Error
403
Forbidden Error
422
Unprocessable Entity Error