GetServerVersion
Get server version.
Service | Operation |
---|---|
authenticationV2 | GET_SERVER_VERSION |
Usage
http://localhost:3000
- C#
- C++
- Objective-C
- Java
- JavaScript
- Dart
- Cloud Code
- Raw
_bc.AuthenticationService.GetServerVersion();
_bc->getAuthenticationService()->getServerVersion();
[[_bc authenticationService] getServerVersion];
public void getServerVersion();
_bc.authentication.getServerVersion();
_bc.authenticationService.getServerVersion();
// N/A
// N/A
JSON Response
{
"data": {
"serverVersion": "R5.4.0-1448"
},
"status": 200
}