Skip to content

List customer comments

GET
/cms/customer/comments
limit
integer
>= 1 <= 100

Number of comments to return (default: 50)

page
integer
>= 1

Page number (default: 1)

status
string
Allowed values: approved pending declined

Filter comments by status

List of comments

object
data
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
total

Total number of comments

integer
page

Current page number

integer