GET drillable-results/…/accounts/…
Retrieves drillable results for one particular drillable for one particular account.
Resource URL
https://www.drillster.com/api/2.1.1/drillable-results/{drillable-id}/accounts/{account-id}
Parameters
Field | Type | Description |
---|---|---|
drillable-id required |
String | The ID of the drill or course. Example value: Bw7OuHq7RcQOCsnGWR58Tn |
account-id required |
String | The account ID of the user. Example value: 1wsGXTIPcY4jMNL0sJ7n5C |
Response
A 2.1.1 UserDrillableResult object, with details about the drillable progress.
Error responses
The following error situations are possible:
ID | Response code | Description |
---|---|---|
account_not_found |
404 (Not Found) | Requested account not found |
no_group_access |
403 (Forbidden) | You are not allowed to retrieve this playable result |
Last updated on