Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the student's answer sheet.
Response
Successful response containing the full student action plan.
This API allows authenticated clients to retrieve the student-specific action plan associated with a given answer sheet.
How to Use:
GET /action-plan/v1/k12/student/{answer_sheet_id}
with a valid answer_sheet_id
(UUID) as a path parameter.Example Scenario:
A teacher wants to view a personalized action plan for a student:
answer_sheet_id
of the student’s answer sheet.Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the student's answer sheet.
Successful response containing the full student action plan.