List following
GET {{baseUrl}}/user_account/following?bookmark=<string>&feed_type=ALL&explicit_following=false&ad_account_id=579382468
Get a list of who a certain user follows.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
bookmark | string | Cursor used to fetch the next page of items | |
feed_type | string | Thrift param specifying what type of followees will be kept. Default to include all followees. | |
explicit_following | boolean | 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. | |
ad_account_id | number | Unique identifier of an ad account. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[],"bookmark":"\u003cstring\u003e"}