GET
/
evaluation-platform
/
v1
/
exam
/
{examId}
/
answer-sheet
curl --request GET \
  --url https://api-staging.crazygoldfish.com/evaluation-platform/v1/exam/{examId}/answer-sheet/ \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "cec7fcaa-9cef-4d5b-8aff-297a022f6666",
      "documents": [],
      "studentId": "",
      "instituteId": "",
      "teacherId": "",
      "studentName": "",
      "parentId": ""
    },
    {
      "id": "946c75fe-12a6-4868-bf59-9ee12527263f",
      "studentId": "2017009807",
      "instituteId": "98765",
      "teacherId": "54321",
      "studentName": "John Doe",
      "parentId": "11223",
      "documents": [
        {
          "id": "10d5661d-df3a-4d22-aa58-fddfa1230040",
          "status": 1,
          "pageNo": null,
          "uploadTime": "2025-01-06T12:28:22.992639Z",
          "url": "https://cgfblob.blob.core.windows.net/ielts/evaluation/2017009807.pdf",
          "fileType": 1
        }
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

examId
string
required

Response

200
application/json
Successfully Retrieved Data
data
object[]

Array of student answers sheets along with documents