Expansion with a count - HxGN SDx - Update 63 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

Language
English
Product
HxGN SDx
Search by Category
Administration & Configuration
SmartPlant Foundation / SDx Version
10

You can perform an expansion that returns a count of the objects. The following example shows a query for Plants, which expands to the Area and then onto the Unit object, and includes a count of the Areas and Units:

. . /api/v1/Plants?$expand=Functional_Areas($expand=Functional_Units($count=true);$count=true)