# Return Search Links By Supplier Hit Id Retrieves individual links associated with the supplier hit ID Endpoint: GET /compliance/kyc-protect/searchLinks/individuals/{supplierHitId} Version: 1.10.9 Security: bearerToken ## Path parameters: - `supplierHitId` (string, required) The supplier hit id. Example: "fb1cff881aebc02e07kmlfdjh7d4393d7745e596b88d4dbd3ece65634630d159e4:618420" ## Response 200 fields (application/json): - `supplierHitId` (string) The supplier hit id associated to the search hit - `countries` (array) The countries associated to the search hit. - `datasets` (array) The datasets associated to the search hit. - `profileImages` (array) The profile images associated to the search hit. - `screeningNotes` (array) The screening notes associated to the search hit. - `identifiers` (array) The identifiers associated to the search hit. - `identifiers.type` (string) - `identifiers.value` (string) - `addresses` (array) The addresses associated to the search hit. - `addresses.postalCode` (string) The postal code of the address. - `addresses.line1` (string) The line1 of the address. - `addresses.line2` (string) The line2 of the address. - `addresses.type` (string) The type of the address. - `addresses.county` (string) The county of the address. - `addresses.countryCode` (string) The country code of the address. - `addresses.city` (string) The city of the address. - `contacts` (array) The contacts associated to the search hit. - `contacts.type` (string) Available option - - `businessLinks` (array) The business links associated to the search hit. - `businessLinks.relationship` (string) The relationship of the associated link. - `businessLinks.supplierHitId` (string) The supplier hit id of the associated link. - `businessLinks.ownershipPercentage` (number) 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) The first name of the individual link. - `businessLinks.individualLinks.middleName` (string) The middle name of the individual link. - `businessLinks.individualLinks.lastName` (string) 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.id` (string) The id of the hit source. - `sources.title` (string) The title of the hit source. - `sources.description` (string) The description of the hit source. - `sources.link` (string) The URL associated to the hit source. - `sources.dateAdded` (string) The date when the hit source is added. - `sources.isCopyrighted` (boolean) Represents whether hit source is copyrighted. - `sources.datePublished` (string) The date when hit source is published. - `sources.documentLink` (string) The document link associated to the hit source. - `sources.datasets` (array) The datasets associated with the hit source. - `name` (string) The name associated to the search hit. - `activities` (array) The activities associated to the search hit. - `description` (string) The description associated to the search hit. - `businessTypes` (array) The business types associated to the search hit. - `aliases` (array) The aliases associated to the search hit. - `aliases.name` (string) - `amlResults` (object) The AML results associated to the search hit. - `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.events.sources.title` (string,null) The title of the hit source - `amlResults.AM.events.sources.description` (string,null) The description of the hit source - `amlResults.AM.events.sources.link` (string) The URL associated to the hit source - `amlResults.AM.events.sources.dateAdded` (string,null) The date when the hit source is added - `amlResults.AM.events.sources.isCopyrighted` (boolean,null) Represents whether hit source is copyrighted - `amlResults.AM.events.sources.datePublished` (string,null) The date when hit source is published - `amlResults.AM.events.sources.documentLink` (string,null) The document link associated to the hit source - `amlResults.AM.events.sources.datasets` (array,null) The datasets associated with the hit source - `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) ## Response 401 fields (application/json): - `error` (string) ## 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