Expansion to get to related entities - 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 using the $expand clause to get to the related entities, such as those based on page size. Expanding on the collection-valued navigation properties to retrieve related entities for entity sets returns an @odata.nextLink property for the related entities.

For example, the following expansion using $expand returns the related entities, based on the page size, along with the odata next links:

. . /api/v1/Classes?$expand=Realizes($expand=DataFlows,RealizedByClasses,Properties($expand=ScopedByList))

Returns

This change is also applicable for v3 and schema endpoints.