Measurement Series
Measurement series represent a stream of data with a measurement type, unit and source.
List measurement series
Search for measurement series using a number of query parameters.
description
is often used to maintain references to external systems or identifiersdevice_id
is a reference to a model of a representation that is the source of these time series measurements
page size
page number
sort by
sort direction
desc
Possible values: a comma-separated list of measurement series ids
String to search for in measurement series descriptions
String to search for in device names
UUID of the device to filter on
ID of the entity you want to list the measurements for
Type of the entity you want to list the measurements for. Required if ID is defined.
Event ID
successful operation
GET /app/v1/measurement_series HTTP/1.1
Host: api.validere.io
Accept: */*
successful operation
{
"page_number": 0,
"page_size": 10,
"total_entries": 58,
"total_pages": 6,
"data": [
{
"description": "text",
"device_id": "123e4567-e89b-12d3-a456-426614174000",
"measurement_type": "volume",
"unit": "bbl",
"company_id": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"device": {
"created_at": "2025-08-19T00:19:40.258Z",
"updated_at": "2025-08-19T00:19:40.258Z",
"created_by": "123e4567-e89b-12d3-a456-426614174000",
"updated_by": "123e4567-e89b-12d3-a456-426614174000",
"attributes": {
"height": 10,
"location": [
43.65107,
-79.347015
],
"provider": "provider"
},
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"facility": {
"id": "1ca1117d-f2d6-47f5-ae3a-aa1025073717",
"name": "Facility 1"
},
"facility_id": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"measurement_types": [
"volume"
],
"name": "text",
"status": "active",
"type_id": "text",
"facility_name": "Facility Name"
},
"device_name": "text",
"measurement_type_name": "Wind Variation"
}
]
}
Get a measurement series
ID of the measurement series
successful operation
GET /app/v1/measurement_series/{measurement_series_id} HTTP/1.1
Host: api.validere.io
Accept: */*
successful operation
{
"description": "text",
"device_id": "123e4567-e89b-12d3-a456-426614174000",
"measurement_type": "volume",
"unit": "bbl",
"company_id": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"device": {
"created_at": "2025-08-19T00:19:40.258Z",
"updated_at": "2025-08-19T00:19:40.258Z",
"created_by": "123e4567-e89b-12d3-a456-426614174000",
"updated_by": "123e4567-e89b-12d3-a456-426614174000",
"attributes": {
"height": 10,
"location": [
43.65107,
-79.347015
],
"provider": "provider"
},
"custom_attributes": {
"attribute1": 12345,
"attribute2": "value1"
},
"facility": {
"id": "1ca1117d-f2d6-47f5-ae3a-aa1025073717",
"name": "Facility 1"
},
"facility_id": "123e4567-e89b-12d3-a456-426614174000",
"id": "123e4567-e89b-12d3-a456-426614174000",
"measurement_types": [
"volume"
],
"name": "text",
"status": "active",
"type_id": "text",
"facility_name": "Facility Name"
},
"measurement_type_name": "Wind Variation",
"subjects": []
}
Last updated