AladiaDocs
Api referencePosts

Retrieve the ranked of a post

List all ranked of a post

GET
/v2/posts/ranked

List all ranked of a post

AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
type*array<>
ownerId*string
filter?array<>
entityId*string
entityType*string
text*string

Response Body

application/json

curl -X GET "https://example.com/v2/posts/ranked?type=review&ownerId=string&entityId=string&entityType=string&text=string"
{  "data": [    {}  ]}