Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In this example, "x" represents your API key.

Info

Please note that if the ICE executable is restarted, then it is necessary to re-authenticate from the API. This is especially relevant for API code which runs as a service. Our recommendation is to periodically request the layerList (using layerList/get) and if no response is received then attempt (and continue attempting) to re-authenticate.

Sending a URI Message

In the ICE API, URI (Uniform Request Identifier) messages are used to execute commands and interact with the system. These messages are divided into two main components: the path and the queries.

...