Reports REST Endpoints
Reports/Reports
Use for managing reports.
- Create a Report
- Method: postPath:
/api/report/Reports - Delete a Report
- Method: deletePath:
/api/report/Reports/{id} - Get a Report by ID
- Method: getPath:
/api/report/Reports/{id} - Get Reports
- Method: getPath:
/api/report/Reports - Get Reports for Combo Boxes and Item Selectors
- Method: getPath:
/api/report/Reports/readForSelect - Start a Report
- Method: getPath:
/api/report/Reports/executeStart - Update a Report
- Method: putPath:
/api/report/Reports/{id}