Get Assessments Info
Retrieves assessment details for a student under a specific project.
Use this endpoint to check assessment status, results, and course recommendations for a given student email.
Authentication
X-Access-Tokenstring
Access token in the format <TokenId>:<TokenSecret>. Tokens are scoped to a specific project (college).
Request
This endpoint expects an object.
projectId
Project ID (college identifier)
email
Student email address
Response
List of assessments for the student
AssessmentId
Unique identifier for the assessment
Status
Current status of the assessment.
Completed— Student finished the assessmentAbandoned— Student did not finish the assessment
Recommendations
List of recommended courses based on assessment results
AssessmentDuration
Time taken to complete the assessment (null if abandoned)
Errors
400
Bad Request Error
401
Unauthorized Error
429
Too Many Requests Error
500
Internal Server Error
