Format of a URL request - 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

The general format of a URL request to access the WQMS web API is:

http://Host/SiteVirtualDirectoryName/api/v2/[APIEntrygroup]/[APIName]

where,

  • Host is the name of the SmartPlant Foundation web server which has the WQMS installed on it.

  • SiteVirtualDirectory is the name of the website as defined in IIS.

  • APIEntrygroup - all the APIs related to WQMS comes under this group.

  • v2 is the service prefix.

For example, to access the metadata for the API entry group WQMSWelder, the following URL is used:

http://localhost/wqmsserver/api/v2/$metadata