Get the HMP Software/Build Version
Gets the software version and build number for HMP.
Authorizations: All
Requests
GET /apis/system/version
Response
Success
{
"data": {
"version": "2.0.0",
"build": "30242"
}
}
Error
None.
Gets the software version and build number for HMP.
Authorizations: All
GET /apis/system/version
Success
{
"data": {
"version": "2.0.0",
"build": "30242"
}
}
Error
None.