curl --request GET \
--url https://v1.api.flux-os.com/measurements/properties \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"short_code": "<string>",
"id": "<string>",
"is_estimated_quality": false,
"measurement_units": [
{
"id": "<string>",
"measurement_unit": {
"name": "<string>",
"abbreviation": "<string>",
"id": "<string>",
"html_symbol": null,
"type": "VOLUME"
}
}
]
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Retrieve a list of measurement properties with pagination.
curl --request GET \
--url https://v1.api.flux-os.com/measurements/properties \
--header 'x-api-key: <api-key>' \
--header 'x-user-id: <api-key>'{
"data": [
{
"name": "<string>",
"short_code": "<string>",
"id": "<string>",
"is_estimated_quality": false,
"measurement_units": [
{
"id": "<string>",
"measurement_unit": {
"name": "<string>",
"abbreviation": "<string>",
"id": "<string>",
"html_symbol": null,
"type": "VOLUME"
}
}
]
}
],
"meta": {
"current_page": 123,
"total_pages": 123,
"total_items": 123,
"per_page": 123
}
}Page number for pagination
x >= 1A paginated list of measurement properties.
Show child attributes
255255Show child attributes
Show child attributes
VOLUME, TEMPERATURE, DIMENSIONLESS, DENSITY, DISTANCE, PRESSURE, VISCOSITY, MASS RATIO, ENERGY, FLOW RATE, POWER, PARTICLE SIZE