Retrieve Geometric Details - Intergraph Smart Reference Data - Customization & Programming - Intergraph

Intergraph Smart Reference Data REST API (10.3)

ft:locale
en-US
Product
Intergraph Smart Reference Data
Search by Category
Customization & Programming
Smart Materials/Smart Reference Data Version
10.3

Sample URI request

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

Headers

Header name

Description

Required

Values

Authorization

Access token

Required

Bearer <access_token>

Content-Type

Request type format

Required

application/json

Response

Parameter

Description

Type

Notes

GeometricDetailId

A unique ID for the geometric Detail

Integer

GeometricId

A unique ID for the geometric.

Integer

UnitSystemId

Unit System ID

Integer

UnitSystemName

The unit system which is applied

String

NPS1

NPS1 attribute is associated with Input_1 physical attribute for parent physical table

String

NPS2

NPS2 attribute is associated with Input_2 physical attribute for parent physical table

String

SCH1

SCH1 attribute is associated with Input_3 physical attribute for parent physical table

String

SCH2

SCH2 attribute is associated with Input_3 physical attribute for parent physical table

String

Sample response

{

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

    "value": [

        {

            "GeometricDetailId": 2541322,

            "GeometricId": 53311,

            "ControlStatus": 2,

            "UnitSystemId": 5021,

            "UnitSystemName": "MET",

            "NPS1": ".25",

            "NPS2": ".25",

            "SCH1": "S-10S",

            "SCH2": "Undefined"

        },

        {

            "GeometricDetailId": 2541329,

            "GeometricId": 53311,

            "ControlStatus": 1,

            "UnitSystemId": 5001,

            "UnitSystemName": "IMP/MET",

            "NPS1": "1",

            "NPS2": ".25",

            "SCH1": "S-10S",

            "SCH2": "S-10S"

        },

        {

            "GeometricDetailId": 2541330,

            "GeometricId": 53311,

            "ControlStatus": 1,

            "UnitSystemId": 5001,

            "UnitSystemName": "IMP/MET",

            "NPS1": "1",

            "NPS2": ".25",

            "SCH1": "S-10S",

            "SCH2": "S-"

        }

    ]

}