POST

Query Comments


Retrieves a list of comments, given the provided paging, filtering, and sorting.

Query Comments runs with these defaults, which you can override:

  • id sorted in ASC order

To learn about working with Query endpoints, see API Query Language, Sorting and Paging, and Field Projection.

PropertyFiltersSort
id$eq, $ne, $inNone
contextId$eq, $ne, $inNone
resourceId$eq, $ne, $inNone
author.userId$eq, $ne, $inNone
author.memberId$eq, $ne, $inNone
author.visitorId$eq, $ne, $inNone
parentComment.id$eq, $ne, $inNone
replyCount$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
status$eq, $ne, $inNone
voteSummary.netVoteCount$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
rating$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
reactionSummary.total$eq, $ne, $lt, $lte, $gt, $gteSort: ASC, DESC
marked$eq, $neSort: ASC, DESC
Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Read Comments
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/comments/v1/comments/query-cursor

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?