Retrieve Specific NLS Data based on Composite Keys - 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

Headers

Header Name

Description

Required

Values

Authorization

Access Token

Required

Bearer <access-token>

Content-Type

Request type format

Required

application/json

Sample URI request

GET

https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/SpecificationTypes(5120)/SpecificationHeaders(6201)/SpecificationHeaderNls(SpecificationHeaderId=6201,NlsId=1)

Response

Parameter

Description

Type

Notes

SpecificationHeaderId

A unique ID for the specification header

Integer

NlsId

Language identifier

Integer

Required

ControlStatus

Retrieves the control status of the instance

Integer

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)/SpecificationTypes(5120)/SpecificationHeaders(6201)/SpecificationHeaderNls/$entity",

"SpecificationHeaderId": 6201,

"NlsId": 1,

"ControlStatus": 1,

"ShortDescription": "PIP PN09CS1S01",

"Description": "Class 900, Carbon Steel, Socket Weld,\n0.063\" C.A. Steam/Condensate"

}