Retrieves a prior identitysearch's input

This will return the input criteria used in a search for a specified id.

SecuritybearerToken
Request
path Parameters
uniqueId
required
string
Responses
200

Success

400

Bad Request

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