GET group/…/drillable-results/…
Retrieves drillable results for one particular drillable for all members of a group.
Resource URL
https://www.drillster.com/api/2.1.1/group/{group_id}/drillable-results/{drillable_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 |
query optional |
String | The text to search for in the user names. The search is case-insensitive. If a query is present, the list of user records in the response is sorted by relevance. In the absence of a query, the response is sorted by signup date.Example values: Jane |
resultStart optional |
Integer | The index number (zero-based) of the first user to include in the result. Use this parameter, in combination with resultSize, to apply pagination of the result; it will limit the number of users included in the result. Defaults to 0 . |
resultSize optional |
Integer | The maximum number of users to include in the result. If not specified, a maximum of 10 users with their test results are returned. |
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 |
Last updated on