Base URL - Intergraph Smart Completions - Intergraph Smart Completions Update 17 - Customization & Programming - Hexagon

Intergraph Smart Completions Smart API Programmer's Getting Started Guide (5.3.17)

Language
English
Product
Intergraph Smart Completions
Search by Category
Customization & Programming
Smart Completions Version
5.3.17

The format for the Smart API URL is:

<BASE_URL>/<API_ENDPOINT>

For example, consider the following sample API endpoint that returns all instances.

https://sco-sampserv-sc.intergraphsmartcloud.com/sc/DataLake/v1/Instances

  • The BASE_URL represents the server where Smart Completions is hosted in your environment. Here, the Base URL is:

    https://sco-sampserv-sc.intergraphsmartcloud.com/sc/DataLake/v1.

  • The API_ENDPOINT is the path from the Base URL to a specific Smart Completions resource. Here, the API endpoint /Instances fetches the available instances.

Smart Completions supports hosting in cloud as well as on-premises.