Skip to main content
POST
Create Student Action Plan

Authorizations

Authorization
string
header
required

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

Body

application/json
ans_sheet_id
string<uuid>
required

Unique identifier of the student's answer sheet.

Response

Student action plan successfully initiated.

status_code
integer
required
Example:

201

response_id
string<uuid>
required

The answer sheet ID associated with the new student action plan.

message
string
required
Example:

"Student action plan initiated successfully."