...
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 by sending the apikey?value=x message. |
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.
...