Whitelist key names, only returns key-value pairs for the given key names Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
blacklistKeys
String
optional
Blacklist key names, removes specified key-value pairs from the returned data Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
pluginRatingId
Number
optional
Sort number (plug-in specific)
pageSize
Number
optional
Number of items per page (default 15 items)
page
Number
optional
Page number (default 1)
Request Description
Returns a list of comments from my followers, based on a timeline, with the user own comments included in the user timeline.
{ "code": 0, "message": "ok", "data": { "pagination": { "total": "Number / How much data in total", "pageSize": "Number / How much data on each page", "currentPage": "Number / Current page number", "lastPage": "Number / Last page number" }, "list": [ { // Common Data Structure -> Comment Info } ] }}
Comment List by Follow
/api/v2/comment/follow/{type}
GET
Rest
+Query
Headers Optional Parameter
Rest Params
all
,user
,group
,hashtag
Query Params
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
Request Description
user
timeline.Return