Sending Requests Using Pre-Configured Queries - Intergraph Smart Electrical - 2.1 - Help - Intergraph

Intergraph Smart Electrical Web API Help

Language
English
Product
Intergraph Smart Electrical
Subproduct
Web API
Search by Category
Help
Smart Electrical Web Version
2.1

In this Tutorial, requests are shown with complete paths and parameters, for example, the following GET request that is used to display the data of all the motors in the plant:

https://apiservername.domain.com/WebApi/SEL/V2/Sites('WEBAPISITE001')/Plants('PLANT001')/Motors

In this request, strings that you will substitute with your own values are indicated by italic font. Other parts of the request, indicated by normal font, are to be typed as shown.

Names of sites, plants, and projects, entity type names, and properties are case-sensitive; therefore, it is important to type them exactly as they appear in the metadata.

For your convenience, when sending requests using Postman, the requests include the following environment variables for the Server base URI, the site ID, and the plant ID, to make it easy for you to substitute your own values:

  • Server base URI: {{baseUri}}

  • Site ID: {{SiteID}}

  • Plant ID: {{PlantID}}