GET group/…/drillable-results/…/member/…

Retrieves drillable results for one particular drillable for one particular member of a group.

Resource URL

https://www.drillster.com/api/2.1.1/group/{group_id}/drillable-results/{drillable_id}/member/{user_id}

Parameters

Field Type Description
group_id
required
String The ID of the group.

Example value: Ak_X20ACmESsTY72HU5IbU37I50Y9UO5_enbyfJYowc
drillable_id
required
String The ID of the drill or course.

Example value: Bw7OuHq7RcQOCsnGWR58Tn
user_id
required
String The user ID of the group member.

Example value: 1wsGXTIPcY4jMNL0sJ7n5C

Response

A 2.1.1 GroupDrillableResults object, with details about the drillable progress.

Error responses

The following error situations are possible:

ID Response code Description
missing_drillable_id 400 (Bad request) No drillable ID provided
group_not_found 404 (Not found) Could not retrieve group details
invalid_drillable_code 400 (Bad request) Given drill or course code is not valid
drillable_not_in_group 404 (Not found) Drill or course is not part of group
no_group_access 403 (Forbidden) Caller has no permission to access the group