Related telemetry query
Telemetry data in related queries#
You can query or filter telemetry data with the following two objects when you add them to a related query:
- readings: Query telemetry data with a
readingsquery object. This request responds with the telemetry reading values that match your query, with the option to also include the telemetry items that recorded the readings. For more information, see readings query. - readingsFilter: Filter telemetry data with a
ReadingsFilterobject. This request responds with the telemetry items that match your query. For more information, see readingsFilter.
Note: For more information on related queries, see Related queries.