Retrieve Table Group by ID - 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(7477)/TableGroups(5360)

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

Project

The project or product group from where the table is retrieved.

String

TableGroupName

Name of the table group.

String

StandardId

A unique standard id.

String

StandardName

Name of the standard

String

ControlStatus

Sets the control status of the instance.

Default value is 1

BASE_MAT

BASE_MAT attribute is associated with ATTR_CHAR1 physical attribute for parent physical table

String

BDIA

BDIA attribute is associated with ATTR_CHAR2 physical attribute for parent physical table

String

A0_SR_NUM

A0_SR_NUM attribute is associated with ATTR_NUM1 physical attribute for parent physical table

Integer

CDLST_NUM

CDLST_NUM attribute is associated with ATTR_NUM2 physical attribute for parent physical table

Integer

Sample response

{

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

"TableId": 7477,

"TableGroupId": 5360,

"Project": "SDB",

"TableGroupName": "COMPANY",

"StandardId": 5040,

"StandardName": "ALL",

"ControlStatus": 1,

"BASE_MAT": "",

"BDIA": "",

"A0_SR_NUM": "",

"CDLST_NUM": ""

}