Skip to main content
POST
Create Assignment

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
assignmentName
string
required

Name of the assignment

Example:

"English Assignment"

parentInstituteId
string

ID of the parent institute

Example:

"101"

instituteId
string

ID of the institute

Example:

"202"

courseId
string

ID of the course

Example:

"303"

grade
string

Grade of the assignment

Example:

"8"

section
string

Section of the assignment

Example:

"B"

Response

Assignment created successfully.

id
string

Unique identifier for the assignment

Example:

"2600413f-7c6e-46ef-8ea9-3e7b5834879f"

documents
array
Example: