Supported HTTPS methods - Intergraph Smart Completions - Intergraph Smart Completions Update 24 - Customization & Programming - Hexagon

Intergraph Smart Completions Smart API Programmer's Reference Guide (5.3.24)

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

In the Smart Completions Smart API supports, some endpoints only support reading data, some only writing data, and some both. You can tell what you can do with an API by the HTTPS methods it supports:

  • Read-only APIs only support the GET method.

  • Write-only APIs only support the POST, PUT, and PATCH methods.

  • Read-write APIs support the GET, POST, PUT, and PATCH methods.

Currently, no endpoints support the HTTPS DELETE method.

The supported HTTPS methods are listed for each endpoint.