List customer comments
GET /cms/customer/comments
GET
/cms/customer/comments
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” limit
integer
Number of comments to return (default: 50)
page
integer
Page number (default: 1)
status
string
Filter comments by status
Responses
Section titled “ Responses ”List of comments
object
data
Array<object>
ArticleCommentAPI 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
total
Total number of comments
integer
page
Current page number
integer