POST

Query Question Entries


Retrieves question entries, given the provided paging, filtering, and sorting.

For field support for filters and sorting, see Question Entries V2: Supported Filters and Sorting.

FieldSupported FiltersSort
question$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
sortOrder$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
categoryId$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
Permissions
Read FAQ
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/faq/v2/question-entries/query

Errors

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

Did this help?