Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 12 Current »

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

[{"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"},
{"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}
    ]
}
  • No labels