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 3 Next »

Get All Tests

GET /ssp/api/1/person/{id}/test

Returns

{"success" : "true",
 "results" : "100",
 "rows" : 
    [{"code" : "ACT",
      "name" : "American College Test",
      "subTestCode" : "ENG",
      "subTestName" : "English",
      "takenDate" : "1332216000000",
      "score" : "28"},
     {"code" : "ACT",
      "name" : "American College Test",
      "subTestCode" : "MATH",
      "subTestName" : "Mathematics",
      "takenDate" : "1332216000000",
      "score" : "24"},
     ...
    ]
}
  • No labels