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 ordercursorPaging.limit is 100For field support for filters and sorting, see Supported Filters and Sorting.
To learn how to query donation campaigns, see API Query Language.
| Field | Supported Filters | Sort |
|---|---|---|
id | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
name | $eq, $ne, $exists, $in, $hasSome, $startsWith, $gt, $lt, $lte, $gte | Sort: ASC, DESC |
tags | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
archived | $eq, $ne, $exists, $in, $hasSome | Sort: ASC, DESC |
createdDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
updatedDate | $eq, $ne, $exists, $in, $hasSome, $lt, $lte, $gt, $gte | Sort: ASC, DESC |
There is 1 error with this status code.
This method may also return standard errors. Learn more about standard Wix errors.