Get Statistic Data
Returns statistic data such as number of address matches, address matches processed, address matches via file checks, or Good Guys defined. You can filter by partner system, client, client group, and time frame, but the time frame may not exceed three months.
API variant | Link to documentation |
|---|---|
REST | |
SOAP |
{
"clientSystemId": "TEST_ID",
"clientIdentCode": "APITEST",
"userName": "API_TEST",
"resultLanguageIsoCodes": [
"en",
"de"
],
"clientIdentCodeToGet": "APITEST",
"dateFrom": "2016-09-21",
"dateTo": "2016-09-21",
"getDataOfAllClientSystems": true
}
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:urn="urn:de.aeb.xnsg.rex.bf">
<soapenv:Header/>
<soapenv:Body>
<urn:getScreeningStatisticData>
<!--Optional:-->
<request>
<!--Optional:-->
<clientSystemId>?</clientSystemId>
<!--Optional:-->
<clientIdentCode>?</clientIdentCode>
<!--Optional:-->
<userName>?</userName>
<!--Zero or more repetitions:-->
<resultLanguageIsoCodes>?</resultLanguageIsoCodes>
<!--Optional:-->
<clientIdentCodeToGet>?</clientIdentCodeToGet>
<!--Optional:-->
<dateFrom>?</dateFrom>
<!--Optional:-->
<dateTo>?</dateTo>
<!--Optional:-->
<getDataOfAllClientSystems>?</getDataOfAllClientSystems>
</request>
</urn:getScreeningStatisticData>
</soapenv:Body>
</soapenv:Envelope>
Updated 3 days ago