Boards
Get a list of the boards owned by the User
Table Specific Information
Select
The driver will use the Pinterest API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client side within the driver.
- Id supports the '=' operator.
- Privacy supports the '=' operator.
SELECT * FROM Boards 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. |