# GB Consumers and AML ## Submit A GB Consumer or AML Search - [POST /localSolutions/GB/identitysearch](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/submitsagbconsumeroramlsearch.md): Submits a GB Consumer or AML depending on the Product provided. Validates criteria for each individual search before submitting, and may return a list of error strings instead. ## Resolve A Picklist Against A Given UniqueId - [PUT /localSolutions/GB/identitysearch](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/resolvesapicklistagainstagivenuniqueid.md): Resolves a picklist belonging to the specified UniqueID, which would have been generated during a prior search. Guids (and thus cached searches) expire after fifteen minutes. ## Return List Of Identity Search History Items - [GET /localSolutions/GB/identitysearch/history](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/getidentitysearchhistory.md): Retrieves a paginated history list for the specified customer/user, filtered based on the include* parameters. ## Return Previous Identity Search Result - [GET /localSolutions/GB/identitysearch/history/{uniqueId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/retrievesaprioridentitysearchresult.md): 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. ## Return Previous Identity Search Input - [GET /localSolutions/GB/identitysearch/history/{uniqueId}/input](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/retrievesaprioridentitysearchesinput.md): This will return the input criteria used in a search for a specified id. ## Set Reference For An Existing History Item - [PUT /localSolutions/GB/identitysearch/history/{uniqueId}/reference](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/setsthereferenceforanexistinghistoryitem.md): Allows you to set a reference for an existing history item. This is useful for storing a reference to the record in your own system. ## Revalidate A Given Identity Search With Additional Documents - [PUT /localSolutions/GB/identitysearch/revalidation/{uniqueId}](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/revalidateagivenidentitysearchwithadditionaldocuments.md): Revalidate's a given identity search with additional documents. ## Return Identity Search Reasons - [GET /localSolutions/GB/identitysearch/searchreasons](https://doc.creditsafe.com/connect-apis-catalog/product-catalog/connect-api-full/connectapi/gb-consumers-and-aml/paths/~1localsolutions~1gb~1identitysearch~1searchreasons/get.md): Returns an object describing which Reasons for Search are available and which are selected by a given customer. All reasons are always listed, with selected reasons specified as true.