cURL
curl --request GET \ --url https://api-sandbox.orum.io/deliver/reports/recon \ --header 'Authorization: Bearer <token>'
{ "reports": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "start_time": "2023-07-13T00:00:00.000Z", "end_time": "2023-07-13T00:00:00.000Z", "status": "created", "report_scope": "total", "subledger_reference_id": "<string>" } ] }
Get all reconciliation reports.
The access token received from the authorization server in the OAuth 2.0 flow.
200 response.
A collection of reports.
Show child attributes
Orum generated unique id for the resource.
Timestamp when the resource was created.
The start time of the report range in ISO-8601 format.
"2023-07-13T00:00:00.000Z"
The end time of the report range in ISO-8601 format.
Status of the report.
created
pending
completed
failed
The scope of the report.
total
enterprise
subledger
Unique reference id for the subledger resource. Generated by you.
1 - 255
Was this page helpful?