Hello!
Is it possible to query a collection of measurements filtering by the value of a customized fragment (not Measurement value-unit format)?
Example:
{
"self": "https://tiagobo.us.cumulocity.com/measurement/measurements/4058316",
"time": "2020-05-03T14:45:21.300-03:00",
"id": "4058316",
"source": {
"self": "https://tiagobo.us.cumulocity.com/inventory/managedObjects/4057902",
"id": "4057902"
},
"type": "c8y_AlgoritmoRastreado",
"c8y_AlgoritmoRastreado": {
"FamĂlia": {
"value": 1.0,
"unit": ""
}
},
"PipeSerialNumber": 101
}
I would like to get all measurements with fragment “PipeSerialNumber” value “101”. Is it possible?
Thank you!