Retrieve Geometric Details with Dynamic Attributes - Intergraph Smart Reference Data - Help - Intergraph

Intergraph Smart Reference Data REST API (10.2)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Help
Smart Materials/Smart Reference Data Version
10.2

Sample URI request

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/Geometrics(5001)/GeometricDetails

Headers

Header name

Description

Required

Values

Authorization

Access token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/json

Response

Element

Description

Type

Notes

GeometricDetailId

GeomtricId

A unique ID for the geometric.

Integer

Generated by the software

ControlStatus

Sets the control status of the geometric

Integer

Default value is 1

UnitSystemId

Unit System ID

Integer

UnitSystemName

The unit system which is applied

String

NPS1

SCH1

DRYCOGX

E_FACEDEPTH

Sample response

{

"@odata.context": "https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/Geometrics(5001)/GeometricDetails",

"value": [

{

"GeometricDetailId": 5024,

"GeometricId": 5001,

"ControlStatus": 1,

"UnitSystemId": 5001,

"UnitSystemName": "IMP/MET",

"NPS1": ".125",

"SCH1": "S-10",

"DRYCOGX": "",

"E_FACEDEPTH": ""}]}

  • Dynamic attribute name and it’s label text shall not start with number (like 1_END_PRP_SP3D) as OData query operation cannot be performed on columns starting with number.

  • Dynamic attribute name and it’s label text shall not have spaces (like NPD From) as OData query operation cannot be performed on columns having spaces.