Using the Bold BI REST API, you can manage and change resources in your site programmatically using HTTP. The API gives you simple access to the functionality behind the resources on your site. You can use this access to create your own custom applications or to script interactions with your site.
For Bold BI Enterprise, the API path will be https://{Domain}/bi/api/site/{TenantIdentifier}/{ApiEndpoint}
For example, https://onpremise-demo.boldbi.com/bi/api/site/site1/token
API References | Try It Now | Description |
Rest API-v1.0 | Try It Now-v1.0 | Manage(retrieve, add, update and delete) groups and users in your Bold BI site. |
Rest API-v2.0 | Try It Now-v2.0 | Manage(retrieve, add, update, delete and export) items and permissions, also can perform special operations of groups and users in your Bold BI site. |
Rest API-v3.0 | Try It Now-v3.0 | Manage(add and update) schedules in your Bold BI site. |
Rest API-v4.0 | Try It Now-v4.0 | Manage(retrieve, add, update and delete) dashboard views, also can copy the dashboards and data sources in your Bold BI site. |
Using the Site Administration REST API, you can manage and change resources in your site programmatically using HTTP. The API gives you simple access to the functionality behind the resources on your site. You can use this access to create your own custom applications or to script interactions with your site.
For our application, the API path will be https://{Domain}/api/{ApiEndpoint}
For example, https://onpremise-demo.boldbi.com/api/token
API References | Try It Now | Description |
Rest API-v1.0 | Try It Now-v1.0 | Configure application startup and create a tenant in your Bold BI or Bold Reports applications. |
Rest API-v2.0 | Try It Now-v2.0 | Manage your sites and users in your Bold BI or Bold Reports applications. |