Skip to main content
GET
query comments

Authorizations

X-API-Key
string
header
required

Headers

Authorization
string
required
Content-Type
string
required

Query Parameters

referenceId
string

ID of the reference (post, content, or story)

Maximum string length: 900
referenceType
enum<string>

Type of the reference (post, content, or story)

Available options:
post,
content,
story
filterByParentId
boolean
default:true

Whether to filter by parent ID (defaults to true)

parentId
string

ID of the parent comment (when filterByParentId is true)

Maximum string length: 900
hasFlag
boolean
default:false

Filter by flagged comments

isDeleted
boolean

Filter by deleted status

sortBy
enum<string>

Sort order for comments (only for pagination type)

Available options:
lastCreated,
firstCreated,
lastUpdated,
firstUpdated
options
object
dataTypes
object

Response

Comment Information

comments
object[]
commentChildren
object[]
communityUsers
object[]
users
object[]
roles
object[]
files
object[]
paging
object