POST

Query Policies


Retrieves a list of policies according to the provided filters and paging.

FieldSupported FiltersSort
id$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
eventId$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
revision$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
name$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
body$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
createdDate$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
updatedDate$eq, $ne, $in, $nin, $lt, $lte, $gt, $gte, $existsSort: ASC, DESC
Permissions
Read Policies
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events-policies/v2/policies/query

Errors

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

Did this help?