Retrieve Mapped Dynamic Attributes - Intergraph Smart Reference Data - Help - Intergraph

Intergraph Smart Reference Data REST API (10.1)

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

Sample URI request

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/Tables(7477)/TableGroups/Com.Ingr.Srd.V2.DynamicAttributes()/

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

AttributeName

Name of the new attribute

Depends on mapped column type

PhysicalAttribute

A fixed list of hardcoded values that relate the attribute to a database column

Depends on mapped column type

Sample response

{

"@odata.context": "https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Com.Ingr.Srd.V2.DynamicAttributesInformation",

"AttributeDetails": [

{

"AttributeName": "1_END_PRP_SP3D",

"PhysicalAttribute": "TD.CHAR1"

},

{

"AttributeName": "2_END_PRP_SP3D",

"PhysicalAttribute": "TD.CHAR2"

},

{

"AttributeName": "3_END_PRP_SP3D",

"PhysicalAttribute": "TD.CHAR3"

},

{

"AttributeName": "A0_SR_NUM",

"PhysicalAttribute": "TG.NUM1"

},

{

"AttributeName": "BASE_MAT",

"PhysicalAttribute": "TG.CHAR1"

},

{

"AttributeName": "BDIA",

"PhysicalAttribute": "TG.CHAR2"

},

{

"AttributeName": "CDLST_NUM",

"PhysicalAttribute": "TG.NUM2"

},

{

"AttributeName": "PDS_ACL330",

"PhysicalAttribute": "TD.NUM3"

},

{

"AttributeName": "PDS_CL330",

"PhysicalAttribute": "TD.NUM1"

}

]

}