Retrieves a prior identitysearch result.

Retrieves a prior search result. This will include the search input and any ID/AML searches, but as we cannot hold Consumer search results these are not included. Resubmission is necessary if an updated Consumer result is needed.

SecuritybearerToken
Request
path Parameters
uniqueId
required
string
Responses
200

Success

400

Bad Request

get/localSolutions/GB/identitysearch/history/{uniqueId}
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "uniqueId": "string",
  • "input": {
    },
  • "common": {
    },
  • "consumer": {
    },
  • "id": {
    },
  • "amlResult": {
    },
  • "bankMatch": {
    },
  • "picklist": [
    ],
  • "message": "string",
  • "errors": {
    }
}