# Return Full AML Search Hit Information By SearchId And HitId This endpoint will return the full hit information by search Id and hitId. Once this information is requested the information returned is stored to the database as a snap shot of that point in time. Endpoint: GET /compliance/kyc-protect/searches/businesses/{searchId}/hits/{hitId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `searchId` (string, required) Id of the search - `hitId` (string, required) Id of the hit ## Response 200 fields (application/json): - `id` (string) The Id of the search hit - `hitScore` (integer) The hit score associated to the search hit - `name` (string,null) The name associated to the search hit - `match` (string,null) The match string associated to the search hit - `note` (string,null) The note added to the search hit - `countries` (array,null) The countries associated to the search hit - `datasets` (array) The datasets associated to the search hit - `profileImages` (array,null) The profile images associated to the search hit - `screeningNotes` (array,null) The screening notes associated to the search hit - `modifiedAt` (string) The search hit modified date and time - `modifiedById` (integer) The search hit modified by user id - `modifiedBy` (string) The search hit modified by user name - `createdAt` (string) The search hit created date and time - `decision` (string) The decision made on the search hit Avaialable values are undecided, trueMatch, falsePositive, discarded - `identifiers` (array) The identifiers associated to the search hit - `identifiers.type` (string) The type of the hit identifier - `identifiers.value` (string) The value of the hit identifier - `addresses` (array) The addresses associated to the search hit - `addresses.postalCode` (string,null) The postal code of the address - `addresses.line1` (string,null) The line1 of the address - `addresses.line2` (string,null) The line2 of the address - `addresses.type` (string,null) The type of the address - `addresses.county` (string,null) The county of the address - `addresses.countryCode` (string,null) The country code of the address - `addresses.city` (string,null) The city of the address - `contacts` (array) The contact details associated to the search hit - `contacts.type` (string) Avaialable values are telephone, fax, mobile, email, website - `contacts.value` (string) - `businessLinks` (array) The business links associated to the search hit - `businessLinks.relationship` (string) The relationship of the associated link - `businessLinks.ownershipPercentage` (integer,null) The ownership percentage of the associated link - `businessLinks.datasets` (array) The datasets associated with the link - `businessLinks.name` (string) The name of the link - `businessLinks.individualLinks` (array) The individual links associated to the business link - `businessLinks.individualLinks.firstName` (string,null) The first name of the individual link - `businessLinks.individualLinks.middleName` (string,null) The middle name of the individual link - `businessLinks.individualLinks.lastName` (string,null) The last name of the individual link - `individualLinks` (array) The individual links associated to the search hit - `sources` (array) The sources associated to the search hit - `sources.title` (string,null) The title of the hit source - `sources.description` (string,null) The description of the hit source - `sources.link` (string) The URL associated to the hit source - `sources.dateAdded` (string,null) The date when the hit source is added - `sources.isCopyrighted` (boolean,null) Represents whether hit source is copyrighted - `sources.datePublished` (string,null) The date when hit source is published - `sources.documentLink` (string,null) The document link associated to the hit source - `sources.datasets` (array,null) The datasets associated with the hit source - `activities` (array,null) The activities associated to the search hit - `aliases` (array) The aliases associated to the search hit - `aliases.type` (string,null) - `aliases.name` (string,null) - `amlResults` (object) - `amlResults.AM` (array) - `amlResults.AM.events` (array,null) - `amlResults.AM.events.id` (string) - `amlResults.AM.events.date` (string,null) Can be in the format YYYY or YYYY-MM-DD - `amlResults.AM.events.amount` (integer,null) - `amlResults.AM.events.currencyCode` (string,null) - `amlResults.AM.events.duration` (string,null) - `amlResults.AM.events.sources` (array) - `amlResults.AM.type` (string) Avaialable values are adverseMedia, disqualifiedDirector, insolvencyRegister, pep, pepLinked, profileOfInterest, enforcement, sanction, stateOwnedEnterprise - `amlResults.ENF` (array) - `amlResults.INS` (array) - `amlResults.POI` (array) - `amlResults.SAN` (object) - `amlResults.SAN.CURRENT` (array) - `amlResults.SAN.FORMER` (array) - `amlResults.SOE` (object) - `description` (string,null) The description associated to the search hit - `businessTypes` (array,null) The business types associated to the search hit ## 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