Retrieve Idents 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)/CommodityGroups(5000)/CommodityParts(5368)/CommodityCodes(66006)/Idents

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

IdentId

A unique ID for the Ident.

Integer

Project

Retrieves the project details for the selected ident

String

IdentCode

The ident code identifying an

item

Integer

CommodityId

A unique ID for the commodity code.

Integer

ControlStatus

Retrieves the control status of the instance

Integer

UnitSystemId

Unit System ID

Integer

UnitSystemName

The unit system which is

applied

String

DN1

Ident values as input

String

SCH1

Ident values for output

String

Sample response

{

"@odata.context":

"https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/CommodityGroups(5000)/CommodityParts(5368)/CommodityCodes(66006)/Idents",

"value": [

{

"IdentId": 10916194,

"Project": "SDB",

"IdentCode": "I10916194",

"CommodityId": 66006,

"ControlStatus": 1,

"UnitSystemId": 5001,

"UnitSystemName": "IMP/MET",

"DN1": "1000",

"SCH1": "WT per Note C of Table 10 in GB/T 13401"

}]}