v1

latestOpenAPI 3.1.12026-07-242899061.7 MB
TOE Reports

This resource returns the list of active report request.

This resource returns all report requests submitted in the last 24 hours by the client.

get/v1/toe_reports

Response

OK

request_idnumber

The unique ID of the request.

toe_idstring

TEO on which report was requested

toe_namestring

The Company or entity name.

analysis_idnumber

The unique analysis Id

report_typestring

The unique name of the report.

report_keystring

The unique name of the report.

statusstring

The current status of the request.

Example response

[
  {
    "request_id": 123,
    "toe_id": "5976423a-ee35-11e3-8569-14109ff1a304",
    "toe_name": "Sample Enterprises, USA",
    "analysis_id": 51233544,
    "report_type": "executive-report",
    "report_key": "company-overview-report-Sample-Enterprises,-USA-4635645253-2024-1-9:10-21-18.pdf",
    "status": "pending"
  }
]