GET objectives

Retrieves the objectives that have been defined for the calling user.

Resource URL

https://www.drillster.com/api/2/objectives

Parameters

None.

Response

A list of 2.0 Objective objects.

Example request

GET https://www.drillster.com/api/2/objectives

Response

[
  {
    "drills": [
      {
        "id": "nI0LvIkMRwa4eJUSUV1XHA",
        "name": "String instruments",
        "type": "DRILL"
      },
      {
        "id": "zGR0UA0MSxibHakXxThygg",
        "name": "Woodwind instruments",
        "type": "DRILL"
      },
      {
        "id": "vzrX7HxHTZCuu0iqTqmAzA",
        "name": "Percussion instruments",
        "type": "DRILL"
      }
    ],
    "evaluation": {
      "met": true,
      "proficiency": 81
    },
    "id": "Jx2a5ZfJQ1qT1vasyXzYqQ",
    "minimumProficiency": 70,
    "reviewDate": "2013-07-30T00:00:00Z",
    "type": "ONEOFF"
  },
  {
    "drills": [
      {
        "code": "VPZVb_UPSVSLmV0qGgG8WA",
        "id": "Brass instruments",
        "type": "DRILL"
      }
    ],
    "id": "OHJ8PKcPQiqxUSmDFjOTPA",
    "minimumProficiency": 50,
    "reviewDate": "2013-12-01T00:00:00Z",
    "type": "PERMANENT"
  },
  {
    "drills": [
      {
        "id": "VPZVb_UPSVSLmV0qGgG8WA",
        "name": "Brass instruments",
        "type": "DRILL"
      }
    ],
    "evaluation": {
      "met": true
    },
    "id": "6oKZk0JbTwy50vQI-M1JQw",
    "reviewDate": "2012-11-24T00:00:00Z",
    "type": "TEST"
  }
]