Search results
Suggest a FeaturePDF

How to export the Report using API from the postman

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.

  1. Open the Postman application and create a new POST Http request.

  2. First, generate the access token.

  3. In request URL, provide your Report Server URL and append reporting/api/site/{tenant-name}/v1.0/reports/export for export report.

  4. In headers section, add Authorization as the key, bearer as the value, and include the generated token.

Authorization

  1. Then, choose raw in the body section and select Json.

  2. Pass the report ID and export type values in JSON.

  3. Click Send. The response will be an array of bytes. Connection types