Skip to content

GET /measurements/groups/{group_id}/

Show one measurement group specified by ID.

GET /measurements/groups/{group_id}/ — fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

GET /measurements/groups/{group_id}/ — group_id

The measurement ID of the group leader.

GET /api/v2/measurements/groups/{group_id}/

Show one measurement group specified by ID.

Try it out

Playground

Authorization
Variables
Key
Value
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.

Parameters

Path Parameters

group_id*

The measurement ID of the group leader.

Type
integer
Required

Query Parameters

fields

Comma-separated list of fields to include in response, in addition to 'type' and 'id' which are always present. Optional fields can be listed here also.

Type
string
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