POST

Query Donation Campaigns


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Retrieves a list of donation campaigns, given the provided paging, filtering, and sorting.

Query Donation Campaigns runs with these defaults, which you can override:

  • createdDate is sorted in ASC order
  • cursorPaging.limit is 100

To learn about working with queries, see API Query Language.

FieldSupported FiltersSort
id$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
name$eq, $ne, $exists, $in, $any, $begins, $gt, $lt, $lte, $gteSort: ASC, DESC
tags$eq, $ne, $exists, $in, $anySort: ASC, DESC
archived$eq, $ne, $exists, $in, $anySort: ASC, DESC
createdDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
updatedDate$eq, $ne, $exists, $in, $any, $lt, $lte, $gt, $gteSort: ASC, DESC
Permissions
Manage Donation Campaigns
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/donation-campaigns/v2/donation-campaigns/query

Errors
500Internal

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Did this help?