The following table shows field support for filters and sorting for the question entry object:
| Field | Supported Filters | Sortable |
|---|---|---|
id | $eq, $ne, $in, $nin | Sortable |
question | $eq, $ne, $in, $nin, $startsWith, $endsWith, $contains | Sortable |
answer.draftjs | $eq, $ne, $in, $nin, $startsWith, $endsWith, $contains | Sortable |
answer.rich_content | $eq, $ne, $in, $nin, $startsWith, $endsWith, $contains | Sortable |
answer.plain_text | $eq, $ne, $in, $nin, $startsWith, $endsWith, $contains | Sortable |
sort_order | $eq, $ne, $in, $nin, $lt, $lte, $gt, $gte | Sortable |
category_id | $eq, $ne, $in, $nin | Sortable |
Related content: API Query Language, Query Question Entries