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.
Assignment created successfully.
The response is of type object
.