VERSION: Returns actual version information
No authentication is needed for this commnad (it is public)
Response
Successful response
Example response
{
"status": 200,
"result": {
"version": "0.10.2-release-20171201",
"apiVersion": "3.0.0",
"srvDate": 1532936118000,
"storage": {
"type": "mongodb",
"version": "4.0.6"
}
}
}Changes
Changed in 2 of the 6 revisions of this API.66
- ●
removed the optional property
apiVersionfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
srvDatefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
storagefrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
versionfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
resultto the response with the200statusresponse-optional-property-added
- ○
added the optional property
statusto the response with the200statusresponse-optional-property-added
- ●
- ●
removed the optional property
resultfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
statusfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
apiVersionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
srvDateto the response with the200statusresponse-optional-property-added
- ○
added the optional property
storageto the response with the200statusresponse-optional-property-added
- ○
added the optional property
versionto the response with the200statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●