JSON/XML: | GET https://api.sanctionssearch.com/v2/clients/incomplete/count |
JSON/XML Legacy: | GET https://api.sanctionssearch.com/v2/{json/xml}/reply/CountIncompleteClients/ |
Count the number of incomplete clients, either "pending verification" or "pending completion". This request will return the number of clients that have not been verified or completed. And the number of days that must have passed can be specified in the request.
Request Parameters
Parameter | Type | Format | Description |
---|---|---|---|
DaysIncomplete | Int | Query Param. How many days should have elapsed before counting a Client as incomplete (defaults to 7 days). Set to zero to count all incomplete clients. | |
State | String | Query Param. Count the clients that match the state specified. Only PendingCompletion, or PendingVerification are permitted values. | |
IsValidateMe | Boolean | Query Param. Count clients that match the IsValidateMe flag specified (defaults to true). |
Response Parameters
Parameter | Type | Format | Description |
---|---|---|---|
ResponseStatus | ResponseStatus | Instance of ResponseStatus object (see here) | |
NumberOfIncompleteClients | Int32 | Number of incomplete clients |