GET test/…

Returns the details of a test.

Resource URL

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

The test ID uniquely identifies the test.

Parameters

None

Response

A 2.0 Test object.

Example request

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

Response

{
  "id": "gDCIpKnMSA-JIFiQxPh31g",
  "title": "European geography test",
  "drills": [ {
    "id": "xg6IaQeWQU6Dtn6QY7djcA",
    "name": "Scandinavia",
    "type": "DRILL",
    "version": "TrZh"
  }, {
    "id": "YmkfmOZkRbOu26xrOaCfBA",
    "name": "Mediterranean",
    "type": "DRILL",
    "version": "uRrH"
  } ],
  "direction": "PRODUCTIVE",
  "style": "MULTIPLE_CHOICE",
  "group": "OcPiC-pcH2MaO8Kpow3TlKB-0wzeHAJzM6vlL1te6wI",
  "testType": "GROUP",
  "disclosure": "FULL",
  "columns": [ "Capital" ],
  "questions": [ 20 ],
  "created": "2013-07-22T10:46:35Z",
  "reviewDate": "2013-07-30T22:00:00Z"
}