Documentation for Axxon PSIM 2.0. Documentation for other versions of Axxon PSIM is available too.

Previous page Next page


The request returns the version of the HTTP API that you use.

General format of the request:

GET http://IP address:port/web2/secure/version

Request example:

GET http://127.0.0.1:8085/web2/secure/version

Response example:

{
    "httpSDK": "0.0.2"
}

The HTTP API version is also specified in the Headers of all API requests except the product version request.

Example:

KeyValue
X-HTTPSDK-A0.0.2


  • No labels