Skip to main content
GET
/
v1
/
console
/
student-performance
/
attempts
/
{session_id}
/
grade
Get Attempt Grade
curl --request GET \
  --url http://localhost:8000/v1/console/student-performance/attempts/{session_id}/grade \
  --header 'Authorization: Bearer <token>'
{
  "data": {
    "created_at": "2023-11-07T05:31:56Z",
    "final_score": 123,
    "grade_id": "<string>",
    "session_id": "<string>",
    "items": [],
    "overall_summary": "<string>",
    "score_justifications": {},
    "strengths": [],
    "weaknesses": []
  },
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Path Parameters

session_id
string
required

Response

Successful Response

data
GradePayload · object
message
string | null
success
boolean
default:true