WQMSWeld - 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 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 objects, use the following URL:

Sample URL

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

Sample Response

Status: 200 OK

Content

{

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

"value": [

{

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

"Id": "6FKS005A",

"ConcurrencyToken": "5248901077972337904",

"Name": "18978_DEV-CNC-ISO-1-04",

"Interfaces": "IObject,IWQMSWeld",

"Class": "WQMSWeld",

"UID": "Weld_ConfigurationTop_18978_DEV-CNC-ISO-1-04",

"DomainUID": "WQMS",

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

"CreationUser": "wqmssuperuser",

"LastUpdatedDate": "2020-04-03T10:19:14.495Z",

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

"UniqueKey": "Weld_ConfigurationTop_18978_DEV-CNC-ISO-1-04",

"WQMSWeld_Area": "B1B",

"WQMSWeld_Block": "E12"

}

]

}