GET drillable/…/review

Retrieves the review of the current user of a given public drillable, if available.

Resource URL

https://www.drillster.com/api/2.1.1/drillable/{drillable_id}/review

Parameters

Field Type Description
drillable_id
required
String The ID of the drill or course to retrieve the review for.

Example value: eSxMA4MISaCjJA43PgMEnQ

Response

A 2.1.1 Review object containing the review of the drillable.

Example request

GET https://www.drillster.com/api/2.1.1/drillable/eSxMA4MISaCjJA43PgMEnQ/review

Response

{
  "timestamp": "2015-06-12T07:16:23Z",
  "content": "I found this drill to be very useful!",
  "appreciation": {
    "points": 4
  }
}

Error responses

The following error situations are possible:

ID Response code Description
missing_drillable_id 400 (Bad request) Missing or invalid drillable ID
no_access 403 (Forbidden) No access to requested drillable
drillable_not_found 404 (Not found) Requested drillable not found
review_not_found 404 (Not found) User has not yet reviewed this drillable