Returns information regarding a singular session belonging to a test. A test session represents a single candidate's attempt at a single test.
Reading
GET /test/<test_id>/session/<session_id> HTTP/1.1 Host: assess.itemlogic.com |
Sample Return Data
{ "session":{ "id":"1", "test_id":"8", "tests_release_id":"1", "access_code":"ABC123", "candidate_id":"111111", "name_first":"Homer", "name_middle":"Jay", "name_last":"Simpson", "school_id":"24680", "district_id":"87654", "start_dt":"2015-06-08 18:03:18", "status":"PROG", "time_elapsed":"306", "score_earned":"0.00", "score_max":"5.00", "created":"2014-09-08 14:37:47", "modified":"2014-09-08 18:03:18" } } |