Following
Get a list of your followers.
Table Specific Information
Select
The 本製品 uses 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 本製品.
- AdAccountID supports the '=' operator.
- ExplicitFollowing supports the '=' operator.
- FeedType supports the '=' operator.
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
SELECT ステートメントのWHERE 句では、疑似カラムフィールドを使用して、データソースから返されるタプルを詳細に制御することができます。
| Name | Type | Description | |
| FeedType | String | Specifies the type of followees to be kept when filtering them. Default - ALL
使用できる値は次のとおりです。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. |