WQMSNOI - 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 NOI (Notice of Inspection) 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 NOI objects, use the following URL:

Sample URL

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

Sample Response

Status: 200 OK

{

{

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

"value": [

{

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

"Id": "6FM5003A",

"ConcurrencyToken": "5248903610565287904",

"Name": "m89-NOI-PIP-FUP-0001",

"Interfaces": "IObject,ISPFFileComposition,IWQMSInspectionItems,IWQMSNOI,IWQMSFUPNOI",

"Class": "WQMSFUPNOI",

"UID": "FUPNOI_ConfigurationTop_m89-NOI-PIP-FUP-0001",

"DomainUID": "WQMS",

"CreationDate": "2020-04-06T08:40:13.79Z",

"CreationUser": "wqmssuperuser",

"LastUpdatedDate": "2020-04-06T08:40:13.79Z",

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

"UniqueKey": "FUPNOI_ConfigurationTop_m89-NOI-PIP-FUP-0001",

"WQMSNOI_Discipline": "PIP",

"WQMSNOI_Module": "m89",

"WQMSNOI_RequestedBy": "WQMSSuperUser"

}

]

}