WQMSWeldComponent - Intergraph Smart WQMS - 6 - Customization & Programming - Hexagon PPM

Smart Weld Quality Management System

Language
English
Product
Intergraph Smart WQMS
Search by Category
Customization & Programming
Smart WQMS Version
6

This API is used for retrieving all the weld component objects available in the WQMS database.

Header

Header Name (Key)

Description

Value

Authorization

Access token

Bearer <access_token>

Body

To fetch the values of all the weld component objects, use the following URL:

Sample URL

URL format: GET http://localhost/wqmsserver/api/v2/WQMS/WeldComponents

Sample Response

Status: 200 OK

Content

{

"@odata.context": "http://localhost/wqmsserver/api/v2/WQMS/$metadata#WeldComponents",

"value": [

{

"@odata.etag": "W/\"JzUyNDg4ODk4Mjg4MzY3Mjc5MDQn\"",

"Id": "6FKS000A",

"ConcurrencyToken": "5248889828836727904",

"Name": "27173_A",

"Interfaces": "IObject,IWQMSWeldComponent",

"Class": "WQMSWeldComponent",

"UID": "WldCmpnt_ConfigurationTop_27173_A",

"DomainUID": "WQMS",

"CreationDate": "2020-03-21T09:50:40.934Z",

"CreationUser": "wqmssuperuser",

"LastUpdatedDate": "2020-03-21T09:50:40.934Z",

"TerminationDate": "9999-12-31T23:59:59.999Z",

"UniqueKey": "WldCmpnt_ConfigurationTop_27173_A",

"WQMSWeldComp_Area": "B1B",

"WQMSWeldComp_Block": "E12",

"WQMSWeldComp_CDNumber": "CD1",

"WQMSWeldComp_CEQ": "CEQ1",

"WQMSWeldComp_Discipline": "PIP"

}

]

}