Skip to main content
Version: v5.0

findWithRelatedGraph queries

The Reference App demonstrates how you can add a user interface option to run findWithRelatedGraph queries. The following examples demo the use cases of building a path to given element or discovering the path.

Path discovery#

Demonstrates the implementation of a findWithRelatedGraph query that finds the connecting path between mechanical equipment within a NamedUserCollection. Users can retrieve the path from one piece of equipment to a defined hop depth.

Figure: Path building example

Path building#

Demonstrates the implementation of a findWithRelatedGraph query that queries related items in separate NamedUserCollections for an HVAC system. Users can construct a request to query nodes up to the end of the specified path.

Figure: Path discovery example