GET course/…

Retrieves the details for a specific course.

Resource URL

https://www.drillster.com/api/2.1.1/course/{course_id}

Parameters

Field Type Description
course_id
required
String The unique ID for the course.

Example value: gDCIpKnSSA-JIFiQxPq31g

Response

A 2.1.1 Course object.

Error responses

The following error situations are possible:

ID Response code Description
course_missing 400 (Bad request) No course was specified.
course_unknown 404 (Not found) Given course could not be found.
no_access 403 (Forbidden) Caller is not authorized to see this course.