Api referenceSocial views
Retrieve a social view
AuthorizationBearer <token>
In: header
Path Parameters
id*string
Query Parameters
next?string
prev?string
sortBy?string
sortDirection?string
Value in
- "desc"
- "asc"
reaction?string
Value in
- "clap"
- "love"
- "angry"
- "funny"
- "sad"
type*string
Value in
- "reel"
- "story"
- "post"
- "comment"
Response Body
application/json
curl -X GET "https://example.com/v2/social-views/string?type=reel"{ "data": [ {} ]}