AladiaDocs
Api referenceSocial views

Retrieve a social view

GET
/v2/social-views/{id}
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": [    {}  ]}