Skip to main content
Version: 5.7.0

GetServerVersion

Get server version.

ServiceOperation
authenticationV2GET_SERVER_VERSION

Usage

http://localhost:3000
_bc.AuthenticationService.GetServerVersion();
JSON Response
{
"data": {
"serverVersion": "R5.4.0-1448"
},
"status": 200
}