List Donor Advised Funds
Returns a list of all Donor Advised Funds within Chariot’s system. This API allows for paginating over many results.
If there are DAFs missing from the list, please contact support at support@givechariot.com.
Query parameters
supportedOnly
If set to true, filters DAFs to only those that have a direct integration with Chariot.
query
If included, filters DAFs to only those that contain the query. This parameter is case insensitive.
pageLimit
the number of results to return; defaults to 10, max is 100
pageToken
A token to use to retrieve the next page of results. This is useful for paginating over many pages of results. If set, all other arguments are expected to be kept the same as previous calls.
Response
The response for Dafs.list
results
nextPageToken
A cursor token to use to retrieve the next page of results by making another API call to the same endpoint with the same parameters (only substituting the pageToken with this value). If specified, then more results exist on the server that were not returned, otherwise no more results exist on the server.