The following table shows field support for filters and sorting for the Tag object:
| Field | Supported Filters | Sortable |
|---|---|---|
id | $eq, $ne, $hasSome | |
label | $eq, $ne, $contains, $startsWith, $hasSome, $lt, $lte, $gt, $gte, $exists, $in | Sortable |
slug | $eq, $ne, $startsWith, $lt, $lte, $gt, $gte, $in,$hasSome | Sortable |
postCount | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sortable |
publishedPostCount | $eq, $ne, $lt, $lte, $gt, $gte, $in | Sortable |
translationId | $eq, $ne, $exists, $in | |
language | $eq, $ne, $exists, $in | Sortable |
Related content: API Query Language, Query endpoint 1