Retrieve Geometric Details 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)/Geometrics(5001)/GeometricNls(GeometricId=5001,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

GeometricId

A unique ID for the geometric

Integer

Generated by the software

NlsId

Language Identifier

Integer

Required

ControlStatus

Sets the control status of the geometric

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)/Geometrics(5001)/GeometricNls/$entity",

"GeometricId": 5001,

"NlsId": 1,

"ControlStatus": 1,

"ShortDescription": "BI 1 NPS 1SCH",

"Description": "Build Ident 1 NPS 1SCH"

}

This is the filtered response using the composite keys i.e. GeometricId=5001 and NlsId=1