GET objective/…/accesses

Retrieves all entity accesses for a learning objective. Each access grants access to the playables that make up the learning objective.

Resource URL

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

Parameters

Field Type Description
objective_id
required
String The ID of the learning objective.

Example value: _2H7UjvE0MqJx0jYhg_H7A

Response

An 2.1.1 ObjectiveAccesses object, containing information about the objective as well as a list of 2.1.1 EntityAccesses linked to that objective.

Example request

GET https://www.drillster.com/api/2.1.1/objective/_2H7UjvE0MqJx0jYhg_H7A/accesses

Response

{
  "objective": {
    "estimatedStudyDuration": "PT902H28M42.49S",
    "fallingMinimumProficiency": 80,
    "icon": {
      "url": "https://www.drillster.com/bin/attachment/65b0ead9392108d2c1fad727e70540286132883c"
    },
    "id": "_2H7UjvE0MqJx0jYhg_H7A",
    "messageConfig": {
      "reminders": false,
      "startup": false
    },
    "minimumProficiency": 80,
    "name": "Retain 80% after 12/10/2020",
    "playables": [
      {
        "icon": {
          "url": "https://www.drillster.com/bin/attachment/65b0ead9392108d2c1fad727e70540286132883c"
        },
        "id": "MqEVEoqWqDzMVTYOIGNw0A",
        "name": "Famous Paintings",
        "type": "DRILL"
      }
    ],
    "reviewDate": "2020-12-10T00:00:00Z",
    "type": "PERMANENT"
  },
  "objectiveAccesses": [
    {
      "group": {
        "icon": {
          "url": "https://www.drillster.com/bin/attachment/088f292fb0d08bfeae87852d30dd37ef4d486aa2"
        },
        "id": "S4FEPc9HEQ1toGRd30fDb4LIKI_Q2nyGA3fSJTbellM",
        "name": "Art2"
      },
      "type": "GROUP",
      "typeId": "S4FEPc9HEQ1toGRd30fDb4LIKI_Q2nyGA3fSJTbellM"
    }
  ]
}