APIO Version¶
Display APIO SW version¶
-
GET
/api/v1/system/apioSwVersion/
¶ Retrieve the informations of the version of the APIO deployed.
Example request:
GET /api/v1/system/apioSwVersion/ HTTP/1.1 Host: example.com
Example response:
HTTP/1.1 200 OK Content-Type: "application/json" { "apioVersion": "1.5.3", }
- Response JSON Object:
apioVersion (string) – The APIO version deployed. Warning: for “devel” versions it is the “under dev” version. If not possible to identify it it will not be provided.
- Status Codes:
200 OK – no error