Following
Get a list of your followers.
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 |
| AdAccountID | = |
| ExplicitFollowing | = |
| FeedType | = |
For example:
SELECT * FROM Following
SELECT * FROM Following WHERE AdAccountId = '547362621403'
SELECT * FROM Following WHERE FeedType = 'ALL'
SELECT * FROM Following WHERE ExplicitFollowing = true
Columns
| Name | Type | References | Description |
| Username [KEY] | String | Username | |
| Type | String | Always user |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description | |
| FeedType | String | Specifies the type of followees to be kept when filtering them. Default - ALL
The allowed values are ALL, RANKED, CREATOR_ONLY, RANKED_CREATOR_ONLY. | |
| ExplicitFollowing | Boolean | Whether or not to include implicit user follows, which means followees with board follows. | |
| AdAccountID | String | Unique identifier of an ad account. |