Retrieve FreshInvestigation Order

Returns a specific Fresh Investigation order.

SecuritybearerToken
Request
path Parameters
orderId
required
string
query Parameters
sections
string

Specify a value to return a single section, or multiple-comma separated sections of the completed Fresh Investigation. Leave null to return all sections. Available sections; - companyIdentification - creditScore - contactInformation - directors - otherInformation - groupStructure - extendedGroupStructure - financialStatements - negativeInformation - additionalInformation- directorships - localFinancialStatements - paymentData - companySummary - alternateSummary

Example: sections=companyIdentification,creditScore
comments
string
Default: "last"

Selects number of comments which should be returned with the order details.

Enum: "last" "recent" "none"
Responses
200

Returns a specific Fresh Investigation Order. For completed orders this will contain the Investigation content as Report Sections.

400
401
get/freshinvestigations/{orderId}
Request samples
Response samples
application/json
{
  • "chargeReference": "string",
  • "contactDetails": {
    },
  • "creationDate": "string",
  • "lastStatusChangeDate": "string",
  • "orderID": 0,
  • "reportDate": "string",
  • "searchCriteria": {
    },
  • "sections": [
    ],
  • "status": {
    },
  • "transactionID": 0
}