findWithRelated combinations
Combining queries and filters with your $findWithRelated query#
As well as querying related items across named user collections, insert the following additional queries and filters to refine your $findWithRelated query:
- relatedFilter: Filter for parent items that match a child item query. For more information, see relatedFilter in a findWithRelated query.
- relatedFilter and related section query combination:
- relatedFilter: Filter for parent items that match a child item query
- related: Query the child items of the parent items you filtered
Note: For more information, see relatedFilter and related section query combination in a findWithRelated query.
- relatedDistinctFields: Get the field values of child items. For more information, see relatedDistinctFields filter in a findWithRelated query
- Telemetry queries: Flexibly filter and query telemetry items and their parent or child items. For more information, see Telemetry data in related queries