Version

getVersion

get

This method return the GBDS version.

Responses
200

OK

application/json
get
GET /gbds/v2/version HTTP/1.1
Host: <ip>:8085
Accept: */*
{
  "data": {
    "api": {
      "version": "text",
      "build": "text",
      "apiId": "text"
    },
    "searchEngine": {
      "version": "text",
      "build": "text"
    }
  }
}