Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Unique identifier of the exam for which the teacher action plan will be created.
This API allows authenticated clients to initiate a teacher-specific action plan for a given exam.
How to Use:
POST /action-plan/v1/k12/teacher
with a JSON body containing a valid exam_id
(UUID).201 Created
response is returned with a confirmation message and the related exam_id
.Validation Details:
exam_id
must be a valid UUID and correspond to an existing exam record.400 Bad Request
response is returned with error details.500 Internal Server Error
.Example Scenario:
A school admin wants to create a teacher action plan for a specific exam:
exam_id
.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the exam for which the teacher action plan will be created.