user_account
List following
Get a list of who a certain user follows.
get/user_account/following
Query parameters
ad_account_idstring
Unique identifier of an ad account.
explicit_followingboolean
Whether or not to include implicit user follows, which means followees with board follows. When explicit_following is True, it means we only want explicit user follows.
feed_type'ALL' | 'RANKED' | 'CREATOR_ONLY' | 'RANKED_CREATOR_ONLY'
Specifies the type of followees to be kept when filtering them.
Example:CREATOR_ONLY
Thrift param specifying what type of followees will be kept. Default to include all followees.
bookmarkstring
Cursor used to fetch the next page of items
page_sizeinteger
Maximum number of items to include in a single page. See documentation on Pagination for more information.
Response
The request has succeeded.