Skip to main content
POST
Create Teacher Action Plan

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
exam_id
string<uuid>
required

Unique identifier of the exam for which the teacher action plan will be created.

Response

Teacher action plan successfully initiated.

status_code
integer
required
Example:

201

response_id
string<uuid>
required

The exam ID that was used to create the teacher action plan.

message
string
required
Example:

"Teacher action plan initiated successfully."