Question Entries V2: Supported Filters and Sorting

The following table shows field support for filters and sorting for the question entry object:

FieldSupported FiltersSortable
id$eq, $ne, $in, $ninSortable
question$eq, $ne, $in, $nin, $startsWith, $endsWith, $containsSortable
answer.draftjs$eq, $ne, $in, $nin, $startsWith, $endsWith, $containsSortable
answer.rich_content$eq, $ne, $in, $nin, $startsWith, $endsWith, $containsSortable
answer.plain_text$eq, $ne, $in, $nin, $startsWith, $endsWith, $containsSortable
sort_order$eq, $ne, $in, $nin, $lt, $lte, $gt, $gteSortable
category_id$eq, $ne, $in, $ninSortable

Related content: API Query Language, Query Question Entries

Did this help?