GET test/…

Returns the details of a test.

Resource URL

https://www.drillster.com/api/2.1/test/{test_id}

Parameters

None.

Response

A 2.1 Test object containing the test details.

Example request

GET https://www.drillster.com/api/2.1/test/5YiBVXMMkIB6FmcLssQ74Q

Response

{
  "id": "gDCIpKnMSA-JIFiQxPh31g",
  "name": "European geography test",
  "drills" : [ "VPZVb_UPSVSLmV0qGgG8WA" ],
  "direction": "PRODUCTIVE",
  "style": "MULTIPLE_CHOICE",
  "group": "OcPiC-pcH2MaO8Kpow3TlKB-0wzeHAJzM6vlL1te6wI",
  "testType": "GROUP",
  "instructions" : {
    "text": "Get ready! You are about to start with the test. This test contains 20 questions. You can take this test only once.",
    "markup" : [ {
      "type": "bold",
      "offset" : 0,
      "length" : 10
    } ]
  },
  "disclosure" : [ "CORRECTIONS", "COMPONENT_SCORES", "OVERALL_SCORE", "METADATA" ],
  "columns" : [ "Capital" ],
  "questions" : [ 20 ],
  "created": "2013-07-22T10:46:35Z",
  "reviewDate": "2013-07-30T22:00:00Z",
  "startable" : true,
  "icon" : {
      "type": "image/png",
      "url": "https://www.drillster.com/bin/feature/a17ab8d1cb2bd2fee8c6012db95a30b42d837553"
  },
  "cover" : {
    "type": "image/png",
    "url": "https://www.drillster.com/bin/cover/8e9851b360f9dd13aac3d4d3576958982873da6f"
  }
}