Policies v2: Supported Filters and Sorting

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

FieldQuery Filter OperatorsSortable
id$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
eventId$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
name$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
body$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
revision$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
updatedDate$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable
createdDate$eq, $ne, $lt, $lte, $gt, $gte, $in, $nin, $hasSome, $existsSortable

Related content: API Query Language, Policy Query endpoint

Was this helpful?
Yes
No