Skip to content

List comments for a content item

GET
/cms/content/{id}/comment
id
required
string
page_number
required
integer
limit
integer
get_all_comments
string
Allowed values: 0 1

Set to 1 to get all comments including pending/declined. Default is 0 (only approved).

List of comments

Array<object>
ArticleComment

API representation of an article comment

object
id

Comment ID

string
signature

Signature

string
status

Status

string
admin

Admin flag

integer
itemid

Content ID

integer
itemurl

Content URL

string
itemtitle

Content Title

string
postername

Poster name

string
posteremail

Poster email (masked for privacy)

string
posterimage

Poster image

string
poster_id

Poster ID

timestamp

Timestamp

string
comment

Comment

string
likes

Likes

integer
dislikes

Dislikes

integer
replies
Array<object> recursive
file

File

string
file_type

File type

string
file_duration

File duration

lastEdited

Last edited

string
metadata

Metadata

object
rating

Rating given by the user

integer format: int32
nullable