management
Get BOPTEST version
Returns the BOPTEST version for the running test.
get/version/{testid}
Response
Successful response with the version of BOPTEST.
Example response
{
"message": "Version retrieved successfully.",
"payload": {
"version": "0.8.0"
},
"status": 200
}