Overview
This API returns standardized tests that the student has taken and the scores earned. Example tests that could be returned are ACT, SAT, placement tests, and others.
Get All Tests
GET /ssp/api/1/person/{id}/test
Security
PERSON_TEST_READ
Returns
{"success" : "true", "results" : "100", "rows" : [{"schoolId":"0123456", "code" : "ACT", "name" : "American College Test", "subTestCode" : "ENG", "subTestName" : "English", "takenDate" : "2012-03-20", "score" : "28" "status":"Accepted"}, {"schoolId":"0123456", "code" : "ACT", "name" : "American College Test", "subTestCode" : "MATH", "subTestName" : "Mathematics", "takenDate" : "2012-03-20", "score" : "24" "status":"Accepted"}, ] }