Metadata - 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

The following OData examples use the Web API v3 to return specific metadata for an out-of-the-box site. These examples use the ADW grouping.

Description

Example

This example returns all metadata

GET

. . /api/v3/ADW/$metadata

This example returns all Capabilities metadata

GET

. . /api/v3/ADW/Capabilities/$metadata

This example returns all Annotations metadata

GET

. . /api/v3/ADW/Annotations/$metadata

This example returns all Volcabularies and Measures metadata

GET

. . /api/v3/ADW/Vocabularies/Measures/$metadata

The SDx database does not expose any objects when delivered out-of-the-box. The groupings and entities will vary depending on the database model being used.

Regenerate metadata

If you want to regenerate the metadata in your database use the following Web API v3 syntax.

Description

Example

This example regenerates metadata without using any grouping

POST

. . /api/v3/RegenerateMetadata