Category / Section
How to Retrieve a List of Pinboard details via the REST API
Published:
This article provides comprehensive guidance on how to retrieve a list of pinboard details via the REST API in Bold BI.
Authorization
To execute this action, please ensure that an access token is included in your request header. For details on obtaining the access token, please refer to the relevant documentation here.
Authorization: Bearer <token>
Self-Hosted Server
For self-hosted instances, use the following endpoint:
https://{yourdomain}/bi/api/site/<site_identifier>/v5.0/pinboard
Bold BI Cloud Server
For Bold BI Cloud instances, the endpoint is:
https://{yourdomain}/bi/api/v5.0/pinboard
Request Type
- GET: This request type is used to retrieve the list of pinboards.
Example Request
Here is an example of how to structure your GET request:
Responses
- 200: List of pinboards has been retrieved successfully.
- 400: Pinboard list is empty.
- 401: Access denied.
- 405: Request type was not GET.