Retrieve FreshInvestigation Report Content

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

SecuritybearerToken
Request
path Parameters
orderId
required
string
Responses
200

Investigation Report.

400
401
get/freshinvestigations/{orderId}/report
Request samples
Response samples
application/json
{
  • "correlationId": "string",
  • "failedSections": [
    ],
  • "report": {
    },
  • "companyId": "string",
  • "dateOfOrder": "2019-08-24T14:15:22Z",
  • "language": "string",
  • "userId": 0
}