Personalized Trends
Get personalized Trends
Returns Personalized trends for the authenticated user
GET
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
A comma separated list of PersonalizedTrend fields to display.
Available options:
category
, post_count
, trend_name
, trending_since
Example:
[
"category",
"post_count",
"trend_name",
"trending_since"
]
Response
200
application/json
The request has succeeded.
A trend.
An HTTP Problem Details object, as defined in IETF RFC 7807 (https://tools.ietf.org/html/rfc7807).