UserFollowingFeeds
Query the info about the user following feeds.
Table Specific Information
SELECT
The connector processes all the filters client-side within the connector.
SELECT * FROM UserFollowingFeeds
Columns
| Name | Type | References | Description |
| ID [KEY] | String | The unique identifier assigned to the user's feed subscription. | |
| BlogID | String | The unique ID of the WordPress site associated with the followed feed. | |
| DateSubscribed | Datetime | The date and time when the user subscribed to the feed. | |
| Url | String | The full URL of the followed site or blog feed. |