Boards
Get a list of the boards owned by the User
View-Specific Information
SELECT
The provider uses the Pinterest API to process WHERE clause conditions built with the following columns and operators. Any remaining filters are processed client-side within the provider.
| Column | Supported Operators |
| Id | = |
| Privacy | = |
For example:
SELECT * FROM Boards WHERE Id = '345787634451'
Columns
| Name | Type | References | Description |
| Id [KEY] | String | Id of the Board | |
| Name | String | Name of the Board | |
| Description | String | Description of the Board | |
| OwnerUsername | String | UserName of the Owner. | |
| Privacy | String | Privacy setting for the board.
The allowed values are PUBLIC, PROTECTED, SECRET. | |
| MediaImageCoverUrl | String | Media image cover url for the board. | |
| MediaPinThumbnailUrls | String | Pin thumbnail urls for the board. | |
| PinCount | Integer | Pin count. | |
| FollowerCount | Integer | Follower count. | |
| CollaboratorCount | Integer | Collaborator count. | |
| CreatedAt | Datetime | Created Time. | |
| BoardPinsModifiedAt | Datetime | Modified Time. | |
| IsAdsOnly | Boolean | Is Ads only. |