Skip to content

Measurement Groups

Measurement groups allow related measurements to be linked together and managed as a unit.

Listing Groups

GET /api/v2/measurements/groups/?page_size=3
Try it out

Group Detail

Retrieve a specific measurement group by ID.

Deleting Groups

Send a DELETE request to /api/v2/measurements/groups/{id}/ to delete a measurement group.

For the full list of group endpoints and parameters, see the REST API Reference.