Create a teacher evaluation job

Start a teacher evaluation job in the backend. The returned TeacherEvaluation ID can be passed to the GET /teacher-evaluations/<teacher-evaluation-id>/status endpoint to monitor its progress and retrieve the results when the job is complete.

Request

This endpoint expects an object.
upload_idstringRequiredformat: "uuid"

Response

Teacher evaluation created
idstringformat: "uuid"
started_atstringformat: "date-time"
upload_idstring or nullformat: "uuid"

Errors