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

Sample URL

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

Sample Response

Status: 200 OK

{

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

"value": [

{

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

"Id": "6FKS00AA",

"ConcurrencyToken": "5248891615347067904",

"Name": "DEV-CNC-ISO-1-04",

"Interfaces": "IObject,IWQMSWeldGroup",

"Class": "WQMSWeldGroup",

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

"DomainUID": "WQMS",

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

"CreationUser": "wqmssuperuser",

"LastUpdatedDate": "2020-03-23T11:28:11.968Z",

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

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

"WQMSWeldGroup_Area": "B1B",

"WQMSWeldGroup_Block": "E12",

"WQMSWeldGroup_Discipline": "PIP",

"OBID": "6FKS00AA"

}

]

}