Get the Database Version
GET https://localhost:7007/v2/dbVersion
Get the database version to which the graph server is connected.
Version: v2
Request
Request Header
-
Accept:
application/json; charset=UTF-8 -
Header:
Authorization: Bearer <token> -
Content-Type:
application/json
Response
-
200 OK
-
Content-Type:
application/json
Sample Response Body
{
"dbVersion": "23.0"
}
cURL Example
curl --location --request GET 'https://localhost:7007/v2/dbVersion' \
--header 'Authorization: Bearer <token>'