Exclude site - 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 exclude a site. Excluding a site does not delete it — after exclusion, the site will not appear in the results of the 'Get sites' request but will still be available in the Desktop version of the software, such as Smart Engineering Manager 2018.

To be able to view and work with an excluded site, you must first run the Import site request for that site.

Use the POST method to exclude a site with the following input:

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

  • Resource path: /Sites('<Site Name>')/Com.Ingr.Sem.V2.Exclude/

  • Resource path strings are case-sensitive.

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

Sample URI

POST

https://WebApiServer1.APIServerDomain.com/sem-webapi/sem/v3/Sites('WebAPISite01')/Com.Ingr.Sem.V2.Exclude/

What do you want to do next?