List All Projects
Returns a paginated list of projects, the designations a gift can be given to.
isActive and isAvailableOnline to get only the projects donors can currently give to, use filter for a free-text search, and sortBy with descending to order the results.Authorizations
JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"
Query Parameters
Indicates if the project is active.
Indicates if the project is available online.
A free-text search term. Only projects whose name, code, or description match the term are returned.
The number of records to skip before the first record returned. Use it with take to page through the results.
The maximum number of records to return in this page of results.
Field to sort by (case-insensitive). Valid options: code, donoramount, giftamount, id, isactive, name, raisedamount, status
code, donoramount, giftamount, id, isactive, name, raisedamount, status The direction to sort the results. Set to true to sort in descending order.
When true, includes the related records for each item in the response. Not every list has extra records to return, and it can slow down large result sets.