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 /measurements/groups/ — 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 /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
Variables
Key
Value
Authorizations

Authorizations

api-key
Type
API Key (header: Authorization)
or
or
anonymous

No authentication required — this endpoint can be accessed anonymously.

Parameters

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