Boards
To fetch boards for any user.
Table Specific Information
Select
The Pinterest allows only a small subset of columns to be used in the WHERE clause of a SELECT query to processed on the server side. These columns can typically be used with only the equals(=) comparison. The available columns for Boards are Id, URL.
For example:
SELECT * FROM Boards WHERE Id = '661536701453532539' SELECT * FROM Boards WHERE URL = 'https://www.pinterest.com/jafferss/nature/'
Columns
Name | Type | References | Description |
Id [KEY] | String | The unique string of numbers and letters that identifies the board on Pinterest. | |
Name | String | The name of the board. | |
CreatorId | String |
Users.Id | The board creator profile url. |
CreatorFirstName | String | The board creator profile first name. | |
CreatorLastName | String | The board creator profile last name. | |
CreatorURL | String | The board creator profile url. | |
URL | String | The link to the board. | |
CreatedAt | Datetime | The date the user created the board. | |
Privacy | String | The Privacy of the board. | |
Reason | String | The reason for the board. | |
Image | String | The users profile image. The response returns the images URL. | |
PinsCount | Integer | The pins count. | |
CollaboratorsCount | Integer | The collaborators count. | |
FollowersCount | Integer | The followers count. | |
Description | String | The description of the board. | |
BoardType | String | The type of board. |