The API allows clients to create a new answer sheet for a specific student in an exam. It associates the student’s ID with an answer sheet and returns the unique ID for the answer sheet. The answer sheet can later be updated with documents (e.g., scanned PDFs or images).
Scenarios:
Creating a New Answer Sheet for a Student:
Associating Documents with the Created Answer Sheet:
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Successfully Created
Unique identifier of the student answer sheet
"3bbf06fe-f348-48cf-8995-dd71fc33589a"
List of documents associated with the student answer sheet initially empty
[]
Unique identifier of the student
"2017009807"
Unique identifier of the institute
"98765"
Unique identifier of the teacher
"54321"
Name of the student
"John Doe"
Unique identifier of the parent
"11223"