GET group/…/activity
Retrieves the activity details for a specific group. The calling user must have at least VIEW
permission on the group.
Resource URL
https://www.drillster.com/api/2.1.1/group/{group_id}/activity
Parameters
Field | Type | Description |
---|---|---|
group_id required |
String | The ID of the group for which to retrieve activity details. Example value: Ak_X20ACmESsTY72HU5IbU37I50Y9UO5_enbyfJYowc |
query optional |
String | An optional query to limit the output to a subset of the group members. |
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. |
resultSetSize optional |
Integer | The maximum number of users to include in the result. If not specified, the results for all (remaining) group members are returned. |
Response
A 2.1.1 GroupResults object containing group and activity details.
Last updated on