Report
GET
8 endpoints
/api/v3/report/{specificReportId}/filter
GetReportFiltersV3
Get the filters for a specific report.
/api/v3/report/reportgroup
GetReportGroupsV3
/api/v3/report/reportgroup/{reportGroupId}
GetReportGroupV3
/api/v3/report/{specificReportId}/share
GetReportSharingDetailsV3
Get sharing information for a report
/api/v3/report/subscription/scheduletype
GetReportSubscriptionScheduleTypesV3
Get a list of all available report subscription schedule types, and their day indicator values
/api/v3/report
GetSpecificReportsV3
Get a filterable list of installed, saved, and shared reports available to the current user.
/api/v3/report/{specificReportId}
GetSpecificReportV3
Get a report by its specificReportID.
/api/v3/report/exec/{specificReportId}
RunReportV3
Run a report and download in the provided format
POST
7 endpoints
/api/v3/report/reportgroup
CreateReportGroupV3
/api/v3/report/{specificReportId}/subscription
CreateReportSubscriptionV3
Subscribe to a report and receive scheduled emails
This must be a saved report that belongs to or is shared with the current user
Only SSRS reports are supported
/api/v3/report/{specificReportId}/copy
CreateSpecificReportV3
Save a specific report to Saved Reports
/api/v3/report/exec/{specificReportId}
DistributeReportV3
Execute a report, save it in a given format, and email it to a list of recipients.
If distributing reports, returns a 204 No Content if onlySendIfData is set to True and the report generated no data;
returns a 200 and the generated report for download or an empty body if onlySendIfData is set to True
/api/v3/report/install/latest
InstallReportsV3
/api/v3/report/exec/subscription
ProcessReportSubscriptionsV3
Execute and email report subscriptions that are ready to be run
/api/v3/report/quick
RunQuickReportV3
Generates a "quick report" in the specified export format (or in its preferred export format if not specified) as identified by the provided report code and applying ONLY the filters supplied.
PUT
6 endpoints
/api/v3/report/{specificReportId}/filter
EditReportFiltersV3
Edit the filters for a specific report.
/api/v3/report/reportgroup/{reportGroupId}
EditReportGroupV3
/api/v3/report/{specificReportId}/subscription/{reportSubscriptionId}
EditReportSubscriptionV3
Edit a report subscription
This must be a subscription that belongs to the current user
/api/v3/report/{specificReportId}
EditSpecificReportV3
Edit a specific report
/api/v3/report/{specificReportId}/share
ShareSavedReportV3
Share a saved report with other users
/api/v3/report/{specificReportId}/visible
ToggleSharedReportVisibilityV3
Update the visibility of a report for the current user
This must be a report you can see
Which means you must have created the report
or have ReportAdministrator Manage permission and the report is shared at all
or have SharedReports View permission and the report is shared with you
DELETE
3 endpoints
/api/v3/report/reportgroup/{reportGroupId}
DeleteReportGroupV3
Deletes a Report Group
/api/v3/report/{specificReportId}/subscription/{reportSubscriptionId}
DeleteReportSubscriptionV3
Delete a report subscription
This must be a subscription that belongs to the current user
/api/v3/report/{specificReportId}
DeleteSpecificReportV3