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)/Tables(7490)/TableGroups(5175)/TableGroupNls(TableGroupId=5175,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

TableId

The table id to which you want to retrieve the data

Integer

Required

TableGroupId

A unique ID for the table group

Integer

NlsId

Language identifier

Integer

Required

ControlStatus

Sets the control status of the table group

Integer

Default value is 1

ShortDescription

Short description of the table

String

Required

Description

Description of the table

String

Required

Sample response

{

"@odata.context": "https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/Tables(7490)/TableGroups(5175)/TableGroupNls/$entity",

"TableId": 7490,

"TableGroupId": 5175,

"NlsId": 1,

"ControlStatus": 1,

"ShortDescription": "Needle Valve US",

"Description": "Needle Valve US"

}