The API allows clients to create a new assignment sheet for a specific student in an assignment. It associates the student’s ID with an assignment sheet and returns the unique ID for the assignment sheet. The assignment sheet can later be updated with documents (e.g., scanned PDFs or images).
Scenarios:
Creating a New assignment Sheet for a Student:
Associating Documents with the Created assignment Sheet:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Unique identifier of the assignment
Answer sheet uploaded successfully.
The response is of type object
.