OData API Groups - HxGN SDx - Update 70 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

The standard API group for HxGN SDx is dependent on the database being used. For HxGN SDx, the SDXDEV database is the API Group delivered is SDXDEV (UID= APIG_SDXDEV)

The OData model entity types can be queried using the following syntax:

<ACCESS_URL>/api/v3/SDXDEV/$metadata

A specific example for an entity-set query of the OData model would be:

<ACCESS_URL>/api/v3/SDXDEV/FDWTags?$select=Name, Description, FDWCriticalityRating, FDWTagStatus

And the sample return for each entity type would be displayed as follows:

Metadata_01