Skip to content

GET /measurements/groups/

Show measurement groups with their group members This resource holds a list of measurement groups. Measurements are grouped when they are created in one API or UI request.

GET /api/v2/measurements/groups/

Show measurement groups with their group members

This resource holds a list of measurement groups.
Measurements are grouped when they are created in one API or UI request.

Try it out

Playground

Authorization
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
ripe-access
Type
API Key (cookie: crowd.token_key)
or
anonymous

No authentication required — this endpoint can be accessed anonymously.

Responses

Responses

application/json
object

Output serializer fields in lexically sorted order.

This shouldn't make a difference to machines since JSON object keys are
unordered, but it makes the output easier to read and compare for humans.

Measurement group ID

Whether this group is a set of WiFi measurements

object[]
Required

The members of this group. This array may be incomplete in the case of large groups, in which case total_members can be used to get the group size and the group= parameter of the /measurements/ API can be used to get the full list of members

Measurement ID

Measurement type name

URL of this measurement in the measurements API

Format"uri"

Total number of members in this group

Samples