GET question/…
Returns the next question for the specified drill or collection of drills.
Resource URL
https://www.drillster.com/api/2.1.1/question/{drill}
or
https://www.drillster.com/api/2.1.1/question
When practicing a single drill, the drill ID can be specified in the path of the URL. When practicing multiple drills, the drill IDs must be specified as parameters.
Parameters
Field | Description |
---|---|
drill optional, repeatable |
Unique identifier of the drill or course to be practiced. To practice multiple drills combined, the drill parameter can be specified multiple times. If practicing a single drill, and the drill code is specified in the path of the REST URL, this parameter can be omitted.Example value: 5YiBVXMMkIB6FmcLssQ74Q |
Response
A 2.1.1 QuestionResponse object.
Last updated on