Validation version
Learn more about requesting the version for the Validation API.
This is the operation to request the version of the Validation service, for more details on the service see Configure validation service .
Request
GET {ValidationServiceURL}/version
Name | Required | Details | |
---|---|---|---|
Headers | Authorization | Yes | Information about authentication access token in format "Bearer <accessToken> " (see details in Authentication API). |
Content-Type | Yes | Should be "Content-Type: application/json ". |
Response
JSON object containing information about version of a service.
{
"server": {
"hash": "2813888b5ca4e6296948a78ddcca8a75f50e83b2",
"branch": "master",
"commitTime": "11.01.2017 @ 20:55:56 MSK",
"release": "2017.1.0.0.0"
},
"sdk": {
"hash": "5db36287b8578cee9e7d1b9a1eccf89ce14983d4",
"branch": "5db36287b8578cee9e7d1b9a1eccf89ce14983d4",
"commitTime": "12.01.2017 @ 12:05:54 MSK",
"tag": "reltio-platform-sdk-2017.1.0.0.32",
"release": "2017.1.0.0.32"
}
}