GET practice-preferences/…

Retrieves the user's practice preferences for the specified drill.

Resource URL

https://www.drillster.com/api/2/practice-preferences/{drill_id}

Parameters

None.

Response

A 2.0 Preferences object.

Example request

GET https://www.drillster.com/api/2/practice-preference/QPkDuaqVSY6IB18AkUlAL

Response

{
  "style": "MULTIPLE_CHOICE",
  "useIntroductions": true,
  "direction": "PRODUCTIVE",
  "unknownColumns": [ "Plural", "Singular" ]
}