Reports REST Endpoints

Report/Reports
Use for managing reports.
Create a Report
Method: post
Path: /api/report/Reports
Delete a Report
Method: delete
Path: /api/report/Reports/{id}
Get a Report by ID
Method: get
Path: /api/report/Reports/{id}
Get Reports
Method: get
Path: /api/report/Reports
Get Reports for Combo Boxes and Item Selectors
Method: get
Path: /api/report/Reports/readForSelect
Start a Report
Method: get
Path: /api/report/Reports/executeStart
Update a Report
Method: put
Path: /api/report/Reports/{id}