Compare plants - Intergraph Smart Engineering Manager - 3.0 - Customization & Programming - Hexagon

Intergraph Smart Engineering Manager Web API Help

Language
English
Product
Intergraph Smart Engineering Manager
Subproduct
Web API
Search by Category
Customization & Programming
Smart Engineering Manager Web Version
3.0

This request allows you to compare reference data between two plants in the same site or from different sites.

Use the POST method to compare the reference data with the following input:

  • Service Root URI: https://<Server Name>/<IIS Application Name>/sem/v3

Resource path: /Sites('<Site Name>')/Plants('<Plant Name>')/Applications(‘<Application>’)/Com.Ingr.Sem.V2.Compare/

  • Resource path strings are case-sensitive.

  • The backslash at the end of the resource path is mandatory.

  • You must specify one of the following as the application type:

    • Spel (for Smart Electrical)

    • Sppid (for Smart P&ID)

Sample URI

POST

https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v3/Sites('WebAPISite02')/Plants('WebAPIPlant02')/Applications(‘Spel’)/Com.Ingr.Sem.V2.Compare/

Sample JSON request

{

"sourceSiteName": "WebAPISite02",

"sourcePlantOrPackageName": "WebAPI_SourceSyncPlant",

"isSourcePackage": false

}

JSON request parameters

Parameter

Value

Description and Comments

sourceSiteName

<Name of source site>

sourcePlantOrPackageName

<Name of source plant>

issourcePackage

false

Value 'false' is required when comparing plants