BusinessObjects Board

How Do I find out the Report ID in 4.3?

In my web intelligence document I want to find out what the report ID is for each of the tabs. I need this information to export via restful. Version 4.3

Just call: biprws/raylight/v1/documents/<>/reports

You’ll get a “reports” collection in response, with one record for each report tab. Each record has the id.

1 Like