Retrieve specific NLS data based on composite keys for TableAttributes - 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

Sample URI request

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/Tables(7641)/TableAttributes(TableId=7641,AttributeId=5071)

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

AttributeId

A unique ID for the attributeID of the attribute

Integer

Generated by the software

Project

The project or product group where you want to insert the attribute

PhysicalAttribute

A fixed list of hardcoded values that relate the attribute to a database column

Required

KindOfAttribute

A fixed list of hardcoded values that indicate the usage/meaning of the attribute

String

Required

UnitId

Unit

Lookup unit

Required

Specifies if the new attribute is mandatory

Sample response

{

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

"TableId": 7641,

"AttributeId": 5071,

"Project": "SDB",

"PhysicalAttribute": "GD.IN1",

"KindOfAttribute": "1NS",

"UnitId": 5283,

"Unit": "in",

"Required": "OFF"

}