queryDonationCampaigns( )


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.

PROPERTYSUPPORTED FILTERS & SORTING
_ideq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
_createdDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
_updatedDateeq(),ne(),exists(),in(),hasSome(),lt(),le(),gt(),ge(),ascending(),descending()
nameeq(),ne(),exists(),in(),hasSome(),startsWith(),gt(),lt(),le(),ge(),ascending(),descending()
archivedeq(),ne(),exists(),in(),hasSome(),ascending(),descending()
tagseq(),ne(),exists(),in(),hasSome(),ascending(),descending()
Method Declaration
Copy
Request
This method does not take any parameters
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?