Skip to main content
GET
Get Assignment Answer Sheet Score

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

ansSheetId
string
required

Unique identifier of the answer sheet

Response

Assignment retrieved successfully.

id
string

Unique identifier for the assignment

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

assignmentName
string

Name of the assignment

Example:

"Maths"

instruction
string | null

Instructions for the assignment

Example:

"Solve the following problems."

marks
number<float>

Total marks for the assignment

Example:

2

grade
string | null

Grade of the assignment

Example:

"A"

courseId
string

ID of the course

Example:

"12231232"

parentQuestions
object[]

List of parent questions in the assignment