IReportsService.Reports
Collection of functions to interact with the Reports API endpoint.
Method
HTTP request
Description
CreateReportAsync
POST /reports
Create a report
DeleteReportAsync
DELETE /reports/{reportID}
Delete a report
SearchReportsAsync
GET /reports
Searches all reports
FindReportByIdAsync
GET /reports/{reportID}
Searches reports by report ID
UpdateReportAsync
PUT /reports/{reportID}
Update a report
CreateReportAsync
Create a new report in the server.
DeleteReportAsync
Delete an existing report with the report ID.
SearchReportsAsync
Searches all reports known to the server. Use skip and pagination query params to limit response size.
FindReportByIdAsync
Find report associated by the report ID.
UpdateReportAsync
Update an existing report with specified report ID.
Last updated
Was this helpful?