Skip to main content
Version: v5.0

findWithRelated

Using a readingsFilter in a findWithRelated query#

The $findWithRelated query looks up related items in multiple named user collections—add a readingsFilter object in a $findWithRelated query to filter for the telemetry items that have recorded a reading that matches your query.

Note: This filter does not return the reading data in the response, only the telemetry items. To return telemetry reading data, see readings query.

You can add a readingsFilter object to either the parent, related, or relatedFilter sections of a $findWithRelated query:

For more information on $findWithRelated queries, see $findWithRelated query. For more information on readingsFilter objects, see readingsFilter.