# Request Search History Bank Verification History list Request Note:- All property fields need to be submitted with the request, if information for a specific property is not needed, it is required to pass an empty string. Endpoint: GET /localSolutions/GB/bankVerification/history Version: 1.10.9 Security: bearerToken ## Query parameters: - `searchByCustomer` (boolean, required) A value of false will only search records for your account. If your account manager has configured your account to be able to view other users records within your company, a value of true will search all records made by all accounts within your company. - `customerName` (string) Name of the customer returned by the supplier. - `matchResult` (string) Whether a match or not a match returned by the supplier. Values are 'Full', 'Close' and 'No Match'. - `dateFrom` (string) Start date for filtering the results list by. - `dateTo` (string) End date for filtering the results list by. - `accountType` (string) Type of account queried with the the supplier. Values are 'Business' and 'Personal'. - `customerReference` (string) Your Customer reference. ## Response 200 fields (application/json): - `requestId` (string) A unique reference to your request used for querying the endpoints where {id} is required - `customerName` (string) Name of the customer returned by the supplier - `accountType` (string) Type of account queried with the the supplier. Possible values are Business or Personal - `customerReference` (string) Your Customer reference - `matchResult` (string) Whether a match or not a match returned by the supplier. Possible values are Full, Close, No Match - `requestDatetime` (string) The date time this request was first returned ## Response 400 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected ## Response 401 fields (application/json): - `error` (string) ## Response 403 fields (application/json): - `message` (string) Example: "Access forbidden" ## Response 404 fields (application/json): - `correlationId` (string) A unique ID assigned to this request. - `message` (string) - `details` (string) Provides further information on why the request was rejected