POST

Query Policies


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

Permissions
Manage Events - all permissions
Manage Policies
Read Policies
Manage Events
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/events-policies/v2/policies/query

Body Params
queryQueryRequired

Query options. See API Query Langauge for more details.

Response Object
policiesArray <Policy>

List of policies.


metadataMetadata

Metadata for the paginated results.

Query policies by event ID and sort by created date in descending order
Request
cURL
Response
JSON
Errors

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

Did this help?