Test API
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.
Change Log
- testProviderLInk added to v2.4.0
- hasDetails added to v2.4.0
Get All Tests
GET /ssp/api/1/person/{id}/test
Security
PERSON_TEST_READ
Returns
[{"schoolId":"jwilson219", "name":"Scholastic Assessment Test", "testCode":"SAT", "subTestCode":"LIT", "subTestName":"LIT", "takenDate":"2012-01-01", "score":2059.00, "status":"Accepted", "outcome":"Take ENGL 102", "testProviderLink":null, "hasDetails":null}, {"schoolId":"jwilson219", "name":"American College Testing", "testCode":"ACT", "subTestCode":"MATH", "subTestName":"MATH", "takenDate":"2012-01-01", "score":19.00, "status":"Accepted", "outcome":Take MATH 201 or higher, "testProviderLink":"http://www.provider.com/details", "hasDetails":true} ] }
Get Smarter Measure Test Report
GET /ssp/api/1/person/id/test/details?testCode={testcode}&subTestCode={subtestcode}
Use
An integration has been developed with Smarter Measure to provide a link from the Placement Test tab in SSP to the actual results from a test. SSP will generate the link within the application to the specific test. Additional configuration is required as defined in the SSP configuration (introduced in v2.4.0)
Security
PERSON_TEST_READ
Returns
Smarter Measure's detail report on the student's test results in html format