whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data
filterKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterHashtagType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the hashtags parameter in the returned result
filterHashtagKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterGeotagType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the geotag parameter in the returned result
filterGeotagKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterAuthorType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the author parameter in the returned result
filterAuthorKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterPreviewLikeUserType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the previewLikeUsers parameter in the returned result
filterPreviewLikeUserKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterPreviewCommentType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the previewComments parameter in the returned result
filterPreviewCommentKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterReplyToPostType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the replyToPost parameter in the returned result
filterReplyToPostKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
filterReplyToCommentType
String
optional
whitelist only returns key-value pairs for the given key names blacklist removes specified key-value pairs from the returned data Applies only to the replyToComment parameter in the returned result
filterReplyToCommentKeys
String
optional
Multiple separated by English commas, supports "dot notation" for multi-dimensional arrays
{ "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 "contentSource": "String / Indicates which follow is the source of the content: null, user, group, hashtag, geotag, digest" } ] }}
Comment List by Timelines
/api/fresns/v1/comment/timelines
GET
Query
Headers Optional Parameter
Query Params
user
,group
,hashtag
,geotag
Leave blank to use all
whitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned datawhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
hashtags
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
geotag
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
author
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
previewLikeUsers
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
previewComments
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
replyToPost
parameter in the returned resultwhitelist
only returns key-value pairs for the given key namesblacklist
removes specified key-value pairs from the returned dataApplies only to the
replyToComment
parameter in the returned resultRequest Description
type
Functional Reference Post TimelinesReturn