GET rendition/…
Returns the calling user's current status of the specified drillable or collection of drillables. The requested drillables must be present in the caller's repertoire.
Resource URL
https://www.drillster.com/api/2.1.1/rendition/{drillable}
or
https://www.drillster.com/api/2.1.1/rendition?drillable={drillable}
Parameters
Field | Description |
---|---|
drillable required, repeatable |
Unique identifier of the drill or course. Example value: 5YiBVXMMkIB6FmcLssQ74Q |
Response
A 2.1.1 Practice object.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
missing_drillable_id |
400 (Bad request) | No drillable ID specified |
unknown_drillable |
404 (Not found) | The specified drillable was not found in your account |
Last updated on