Reporting API Requests
Use these reporting requests to integrate reports into your financial host system.
Use the Schedule Report request to create and schedule reports. Use the List Reports request to view available reports and the Get Report Details to retrieve report information. If a report fails, use the Retry Failed Report request to run it again.
Here's a list of reporting requests supported in the service:
| Request | Endpoint | Method | Description |
|---|---|---|---|
| Schedule Report | /api/v3/reports | POST | This request creates and schedules a report in one of two ways, each with different parameters and outputs: • Vertex O Series Cloud Online Commerce |
| List Reports | /api/v3/reports | GET | This request retrieves the reports you create and schedule with the Schedule Report request. |
| Get Report Details | /api/v3/reports/{uuid} | GET | This request retrieves the report details for a report. |
| Retry Failed Report | /api/v3/reports/{uuid}/retry | POST | This request attempts to create and schedule a report again if the attempt in the Schedule Report request is unsuccessful. |
For more information about the fields in the reports and their descriptions, see Reporting API Field References.