Users with read access for reports can export the reports by providing the report details and export type (Microsoft Excel, PDF, HTML, PPT, CSV, XML or Word) in the request body. The response will be an array of bytes.
Open the Postman
application and create a new POST
Http request.
First, generate the access token.
In request URL, provide your Report Server URL and append reporting/api/site/{tenant-name}/v1.0/reports/export
for export report.
In headers section, add Authorization
as the key, bearer
as the value, and include the generated token.
Then, choose raw
in the body section and select Json
.
Pass the report ID and export type values in JSON.
Click Send
. The response will be an array of bytes.