GET objective/…

Retrieves a specific objectives defined for the calling user.

Resource URL

https://www.drillster.com/api/2/objective/{objective_id}

Parameters

Field Type Description
objective_id
required
String The unique identifier for the objective.

Response

An 2.0 Objective object.

Example request

GET https://www.drillster.com/api/2/objective/Jx2a5ZfJQ1qT1vasyXzYqQ

Response

{
  "id": "Jx2a5ZfJQ1qT1vasyXzYqQ",
  "type": "ONEOFF",
  "reviewDate": "2013-07-30T00:00:00Z",
  "minimumProficiency": 70,
  "fallingMinimumProficiency": 65,
  "drills": [ {
    "id": "nI0LvIkMRwa4eJUSUV1XHA",
    "name": "String instruments",
    "type": "DRILL"
  }, {
    "id": "zGR0UA0MSxibHakXxThygg",
    "name": "Woodwind instruments",
    "type": "DRILL"
  }, {
    "id": "vzrX7HxHTZCuu0iqTqmAzA",
    "name": "Percussion instruments",
    "type": "DRILL"
  } ],
  "usersLink": {
      "type": "GROUP",
      "id": "S4FEPc9HEQ1toGRd30fDb4LIKI_Q2nyGA3fSJTbellM"
  }
}