GET default - HxGN EAM - 12.0.1 - Customization & Programming - Hexagon

HxGN EAM Rest Web Services

Language
English
Product
HxGN EAM
Search by Category
Customization & Programming
HxGN EAM Version
12.0.1

Get default web services, like Grid web services, are special. The action is POST. It is actually doing a get request. The reason for using POST is that Open API specifications do not allow for a request body. Below is one sample.

{

"ORGANIZATIONID": {

"ORGANIZATIONCODE": "ORG1"

}

}