Export
The Export service returns entities or relations matching the export filter provided in the request body. It provides endpoints to obtain useful information about the service itself. All endpoints are available to everyone. For details, refer to Export Service APIs.
Request
GET {ExportServiceURL}/version
Response
JSON object containing information about modules versions.
Example:
{
"driver": {
"hash": "8f9aeccd9a625b9ca4cab872db09762446c1584f",
"branch": "origin/master",
"commitTime": "11.01.2017 @ 17:40:52 UTC",
"release": "2017.1.0.0.0"
},
"driver-sdk": {
"hash": "3ad7ccbfd81e841439f11e66e2c39c2a5fe7c696",
"branch": "3ad7ccbfd81e841439f11e66e2c39c2a5fe7c696",
"commitTime": "11.01.2017 @ 19:49:31 MSK",
"tag": "reltio-platform-sdk-2017.1.0.0.31",
"release": "2017.1.0.0.31"
},
"driver-matching": {
"hash": "44c99c8c83c904c8faf9b007f9a4f2a16ae08aec",
"branch": "44c99c8c83c904c8faf9b007f9a4f2a16ae08aec",
"commitTime": "11.01.2017 @ 19:43:59 MSK",
"tag": "reltio-matching-2017.1.0.0.3",
"release": "2017.1.0.0.3"
}
}