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