Users with read access for reports can export a report by providing the report details, filter parameter, and export type (Microsoft Excel, PDF, HTML, PPT, CSV, XML or Word) in the request body.
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 /api/v1.0/reports/{reportId}/{exportType}/export-filter
for export report
In headers section, add Authorization
as the key, bearer
as the value, and included the generated token.
Then, in the body section, choose raw
and select Json
.
Pass the report ID and export type as path parameters, and pass the filter parameter values in JSON.
Click Send
. The response will be an array of bytes.