GET playable/…/appreciation
Retrieves the appreciation of a given playable by the calling user.
Resource URL
https://www.drillster.com/api/2.1.1/playable/{playable_id}/appreciation
Parameters
Field | Type | Description |
---|---|---|
playable_id required |
String | The ID of the drill, story, test or course to rate. Example value: eSxMA4MISaCjJA43PgMEnQ |
Response
A 2.1.1 Rating object reflecting the user's appreciation for the playable.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
missing_playable_id |
400 (Bad request) | No playable ID given |
playable_not_found |
404 (Not found) | Playable not found |
no_access |
403 (Forbidden) | No access to playable |
appreciation_not_found |
404 (Not found) | User has not provided appreciation rating for this playable |
Last updated on