Assignment
GET - Assignment
This API allows authenticated users to retrieve the details of a specific assignment by providing its unique ID.
Key Notes:
id
(required in path): The unique identifier of the assignment to be retrieved.- Returns all metadata related to the assignment including its name, institute details, grade, section, and document status.
Scenario: Viewing a Previously Created Assignment
- A teacher wants to verify the information of an already created assignment.
- They send a GET request with the assignment’s ID.
- The system returns all associated details, including whether documents were uploaded and if extraction has begun.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Unique identifier of the assignment
Response
200
application/json
Assignment retrieved successfully.
The response is of type object
.