Skip to main content
GET
Get list of posts.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

communityId
string
required

Query Parameters

sortBy
enum<string>
default:lastCreated
Available options:
firstCreated,
lastCreated,
lastUpdated,
firstUpdated
hasFlag
boolean
default:false

hasFlag:

  • null(default) - Show all posts.
  • true - Show only flagged post(or children) or has flagged comment.
  • false - Show only no flagged post(and children) and has no flagged comment.
isDeleted
boolean
options
object
dataTypes
enum<string>[]

post data type to filter

Required array length: 1 - 4 elements
Available options:
video,
image,
file,
liveStream

Response

CommunityFeed Information

status
string
data
object