Skip to main content
GET
Get Assignment Questions

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Unique identifier of the assignment

Response

Assignment retrieved successfully.

id
string

Unique identifier for the assignment

Example:

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

assignmentName
string

Name of the assignment

Example:

"English Assignment"

instruction
string

Instructions for the assignment

Example:

"Write a short story about a day in the life of a cat."

marks
number<float>

Total marks for the assignment

Example:

0

grade
string

Grade of the assignment

Example:

"7"

courseId
string

ID of the course

Example:

"300"

parentQuestions
object[]

List of parent questions in the assignment