Retrieve List of 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)/SpecificationTypes(5120)/SpecificationHeaders(6381)/SpecificationItems/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

Parameter

Description

Type

Notes

AttributeName

Name of the new attribute

PhysicalAttribute

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

Required

Sample response

{

    "@odata.context":

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

    "AttributeDetails": [

        {

            "AttributeName": "FirstSizeSchedule",

            "PhysicalAttribute": "AttributeCharacter1"

        },

        {

            "AttributeName": "Secondsizesch",

            "PhysicalAttribute": "AttributeCharacter2"

        },

        {

            "AttributeName": "MultiSizeOption",

            "PhysicalAttribute": "AttributeCharacter9"

        },

        {

            "AttributeName": "Max_Temp",

            "PhysicalAttribute": "AttributeCharacter6"

        },

        {

            "AttributeName": "Min_Temp",

            "PhysicalAttribute": "AttributeCharacter7"

        },

        {

            "AttributeName": "SCH1",

            "PhysicalAttribute": "AttributeCharacter5"

        },

        {

            "AttributeName": "SCH2",

            "PhysicalAttribute": "AttributeCharacter3"

        },

        {

            "AttributeName": "Schedule Dependent CC",

            "PhysicalAttribute": "AttributeCharacter4"

        },

        {

            "AttributeName": "Unit_Code",

            "PhysicalAttribute": "AttributeCharacter8"

        },

        {

            "AttributeName": "REPORTABLE_CC",

            "PhysicalAttribute": "AttributeCharacter10"

        },

        {

            "AttributeName": "REP_CC_QTY",

            "PhysicalAttribute": "AttributeNumber1"

        },

        {

            "AttributeName": "ASS_NO",

            "PhysicalAttribute": "AttributeNumber3"

        }

    ]

}