v1/ielts/evaluation/{id_}
Retrieve a specific evaluation report using its unique identifier (ID). Clients can access past evaluations or reference specific reports by providing the evaluation ID.
GET
Retrieve Evaluation Report
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Available options:
application/json Path Parameters
Unique identifier of the evaluation report.
Example:
"123456789"
Response
Successful response
Example:
"123456789"
Example:
"c0001"
Identifier of the institution to which the student belongs (optional).
Example:
"67890XYZ"
Identifier of the teacher responsible for the evaluation (optional).
Example:
"98765LMN"
Identifier of the parent associated with the student (optional).
Example:
"54321PQR"
Retrieve Evaluation Report