v1

latestOpenAPI 3.0.32026-07-1718922.1 KB
Test Management

Get BOPTEST version

Returns the BOPTEST version for the running test.

get/version

Response

Successful response with the version of BOPTEST.

messagestring
statusinteger

Example response

{
  "message": "Queried the version number successfully.",
  "payload": {
    "version": "0.8.0"
  },
  "status": 200
}