Overview
Whenever the/entity/verify process is run against an individual, a highly detailed response will be returned that covers the wide variety of checks that can be performed.
This same result set will also be returned if GET /entity/{id}/checks is queried as well.
The result set is broken down into sections, each of which provides details around a check type or family of check types. Various forms of summary information are provided as well.
It should also be noted that when a verification check is run against an entity, the result won’t only return the details of the latest check but will also factor in still-relevant data of previous checks too, to provide a comprehensive picture of the entity.
The following pages will break down the various sections that can be found in the CheckEntityCheckResultsObject , (see the API Reference for details).
The Process Result ObjectBefore jumping in, it’s worth reading the overview of one of the workhorse structures of the API result sets: The ProcessResultObject
The CheckEntityCheckResultsObject
This is the object that’s returned from all /entity/verify and /entity/checks calls. It’s broken down into the following sub-structures:- entityProfileResults
- checkSummary
- amlResultSets
- checkRisk
- duplicateCheckResults
- blacklistCheckResults
- manualCheckResults