Skip to content

Retrieve FreshInvestigation Report Content

Request

Returns the Fresh Investigation Report data for a specific order, after the order has a status of delivered.

Security
bearerToken
Path
orderIdstringrequired
curl -i -X GET \
  'https://connect.sandbox.creditsafe.com/v1/freshinvestigations/{orderId}/report' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>'

Responses

Investigation Report.

Bodyapplication/json
correlationIdstring

A unique ID assigned to this request.

failedSectionsArray of strings(CreditsafeGlobalDataReportsReportSection)
Items Enum:"CompanySummary""CompanySummaryExtra""AlternateSummary""CompanyIdentification""CompanyIdentificationExtra""CreditScore""CreditScoreExtra""ContactInformation""ContactInformationExtra""ShareCapitalStructure"
reportobject(CreditsafeGlobalDataReportsCompanyReport)
companyIdstring
dateOfOrderstring, (date-time)
languagestring
userIdinteger
Response
{ "correlationId": "string", "failedSections": [ "CompanySummary" ], "report": { "companyId": "string", "language": "OM", "companySummary": {}, "companyIdentification": {}, "creditScore": {}, "contactInformation": {}, "indicators": [], "shareCapitalStructure": {}, "directors": {}, "directorships": {}, "otherInformation": {}, "groupStructure": {}, "extendedGroupStructure": [], "financialStatements": [], "localFinancialStatements": [], "negativeInformation": {}, "additionalInformation": {}, "directorsExtra": {}, "extendedGroupStructureExtra": {}, "paymentData": {}, "paymentDataExtra": {}, "alternateSummary": {}, "negativeInformationExtra": {}, "exceptions": [] }, "companyId": "string", "dateOfOrder": "2019-08-24T14:15:22Z", "language": "string", "userId": 0 }