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)/TableDetails(5326)/TableDetailNls(TableId=7490,TableGroupId=5175,TableDetailId=5326,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

A unique ID for the table.

Integer

Generated by the software

TableGroupId

A unique ID for the table group.

Integer

TableDetailId

A unique ID for the table detail.

NlsId

Language identifier

Integer

Required

ControlStatus

Sets the control status of the instance.

Default value is 1

ShortDescription

Short descriptive text

String

Required

Description

Descriptive text

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)/TableDetails(5326)/TableDetailNls/$entity",

"TableId": 7490,

"TableGroupId": 5175,

"TableDetailId": 5326,

"NlsId": 1,

"ControlStatus": 1,

"ShortDescription": ", AISI 316 Gld Nut",

"Description": ", AISI 316 Gland Nut"

}