Retrieve specific NLS data based on composite keys - 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)//Attributes(5047)/AttributeNls(AttributeId=5047,NlsId=1)

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

AttributeId

A unique ID for the attributeID of the attribute

Integer

Generated by the software

NlsId

Language identifier

Integer

LabelText

Label of the attribute

String

HintText

Hint text that you want to apply for the attribute

String

HelpText

Help text for the attribute

String

Default is NULL

Sample response

{

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

"AttributeId": 5047,

"NlsId": 1,

"LabelText": "CG_GROUP_CODE",

"HintText": "CG_GROUP_CODE",

"HelpText": null

}