Summary
The Person Summary action provides basic information on an individual person and can include all the personally identifiable information, their disqualifications, role and address.
This action can be used to retrieve information about a person by providing their person MatchId
and a valid x-investigation-token
.
To use this action, you first need to make a Person Match request to retrieve an InvestigationToken
and a MatchId
for the person you are interested in.
You can then use this person MatchId
and x-investigation-token
to make additional requests to the Summary action.
Service Request​
To request for a Person Summary, add SUMMARY
action to the request body entity PeopleDetailsActionsRequest
:
{
"actions": [
{
"action": "SUMMARY"
}
],
"matchId": "P_000000000"
}
A valid x-investigation-token
header must be included in the request.
Service Response​
The Summary action returns a JSON object
containing information about the person included in PeopleDetailsActionsResponse's
summary
property.