Retrieve Specification Additional Information - Intergraph Smart Reference Data - Version 2020 (10.0) - Help - Intergraph

Intergraph Smart Reference Data REST API (2020)

Language
English
Product
Intergraph Smart Reference Data
Search by Category
Help
Smart Materials/Smart Reference Data Version
2020 (10.0)

Headers

Header Name

Description

Required

Values

Authorization

Access Token

Required

Bearer <access_token>

Content-Type

Request type format

Required

Application/ json

Sample URI request

To retrieve all the specification Additional Information for a Specification header.

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/ SpecificationTypes(5120)/SpecificationHeaders(6422)/SpecificationAdditionalInfos

To retrieve a specific specification header part for a specification header:

GET https://<appserver with domain>/<virtual_directory>/Srd/V2/Projects('SDB')/Disciplines(5020)/Nls(1)/ SpecificationTypes(5120)/SpecificationHeaders (<SpecificationHeaderId >)/ SpecificationAdditionalInfos

GET URI Parameter

Parameter

Description

Type

Required

SpecificationHeaderId

The specification header id to which you want to retrieve the data

Integer

Required

Response

Parameter

Description

Type

Notes

SpecificationHeaderId

A unique ID for the specification Header

Integer

Project

Retrieves the project details for the selected Specification Header Additional Information

String

InfoType

Type of Additional Information

String

SpecificationTypeId

A unique ID for the specification Type

Integer

Issue_Date

Issue_Date attribute is associated with GD.OUT1 physical attribute of the table assigned for the Spec rule attribute INFO_TABLE

String

Issue_Comment

Issue_Comment attribute is associated with GD.OUT2 physical attribute of the table assigned for the Spec rule attribute INFO_TABLE

String

  • Dynamic attribute name and it’s label text shall not have spaces (like NPD From) as OData query operation cannot be performed on columns having spaces.

  • Dynamic attribute name and it’s label text shall not start with number (like 1_END_PRP_SP3D) as OData query operation cannot be performed on columns starting with number.

Sample Response

{

"@odata.context":

"https://<appserver with domain>/<virtual_directory>/Srd/V2/$metadata#Projects('SDB')/Disciplines(5020)/Nls(1)/SpecificationTypes(5120)/SpecificationHeaders(6422)/SpecificationAdditionalInfos",

"value": [

{

"SpecificationHeaderId": 6422,

"ProjectId": "SDB",

"InfoType": "SPEC",

"Sequence": 1,

"SpecificationTypeId": 5120,

"Issue_Date": "31-10-1995",

"Issue_Comment": "Issued as PIP PN01CA1P"

},

{

"SpecificationHeaderId": 6422,

"ProjectId": "SDB",

"InfoType": "SPEC",

"Sequence": 2,

"SpecificationTypeId": 5120,

"Issue_Date": "25-Feb-1999",

"Issue_Comment": "Revision"

}

]

}