This API allows authenticated users to create a new assignment by providing essential details like assignment name, institute info, and class metadata.
Key Notes:
assignmentName (required): The title of the assignment.userType (required): Numeric type representing the role of the user (e.g., 1, 2).parentInstituteId, instituteId, courseId: Help link the assignment to the correct organizational hierarchy.grade and section: Specify the targeted academic group for the assignment.Scenario: Creating an Assignment for Grade 8 - Section B
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Name of the assignment
"English Assignment"
Type of user
1
ID of the parent institute
"101"
ID of the institute
"202"
ID of the course
"303"
Grade of the assignment
"8"
Section of the assignment
"B"