Viewing Open API specification documents - HxGN SDx - Update 70 - Administration & Configuration - Hexagon

HxGN SDx API Services Configuration

ft:locale
en-US
Product
HxGN SDx
Search by Category
Administration & Configuration

You can create a Web API service call to view the OpenAPI Specification (OAS) documentation. This is valid for v2 and v3 Web API service calls.

For example:

<ACCESS_URL>/api/v2/SDXDEV/doc

<ACCESS_URL>/api/v3/SDXDEV/doc

The server web.config file needs to be modified to specify the correct Web API version that the system uses. These calls do not require an authentication token.

For example:

<service prefix="api/v2" id="EE9C5479-A52E-4D11-80AE-BFDDCE9A603F" secret="" instance="" />

<service prefix="api/v3" id="EE9C5479-A52E-4D11-80AE-BFDDCE9A603E" secret="" instance="" />

You can use your browser or you can install Postman® or Swagger® to run these queries.