WQMSWelder - 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 information related to the welder 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 welder objects, use the following URL:

Sample URL

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

Sample Response

Status: 200 OK

{

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

"value": [

{

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

"Id": "6FKK000A",

"ConcurrencyToken": "5248889827776877904",

"Name": "VLADIMIR",

"Interfaces": "IObject,IWQMSWelder,IWQMSIObjectExt",

"Class": "WQMSWelder",

"UID": "WQMSWelder_100027_Weltron_Services",

"DomainUID": "WQMS",

"CreationDate": "2020-03-21T09:48:54.949Z",

"CreationUser": "wqmssuperuser",

"LastUpdatedDate": "2020-03-21T09:48:54.949Z",

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

"UniqueKey": "WQMSWelder_100027_Weltron_Services",

"WQMSLastUpdateUser": "wqmssuperuser",

"WQMSWelder_Active": true,

"WQMSWelder_AreaRefQuery": "A7",

"WQMSWelder_Comments": "INSPECTION",

"WQMSWelder_Company": "Weltron Services",

"WQMSWelder_Employee_ID": "100027",

"WQMSWelder_ICNo": "100027-DR25",

"WQMSWelder_ID": "R027",

"WQMSWelder_LocCodeRefQuery": "L6"

}

]

}