Published Reports
The endpoint and methods described in this help topic are available only if the Business Intelligence (BI) Connector feature is enabled for your SuiteProjects Pro account. You can access the published-reports
endpoint even if API access and REST API are not enabled for your account.
To enable the BI Connector feature, contact your SuiteProjects Pro account manager.
For more information about Business Intelligence Connector, see Business Intelligence Connector Overview.
Published reports are saved reports that have been published for access through the Business Intelligence (BI) Connector feature.
Accessing published reports using the REST API does not use any of your API request entitlement. It is only subject to BI Connector request frequency limits. Each API call using one of the following methods uses at least one BI Connector request. See BI Connector Request Limits.
Available methods
-
GET
/published-reports/
— Use this method to retrieve the list of published reports with general information about each published report in the list. See Get the List of Published Reports -
GET
/published-reports/{id}
— Use this method to retrieve the data in the published report with the specified internal ID. Get a Published Report