get all

Returns a list of donations you've previously created. The donations will be returned in descending order of when they were created, unless you specify otherwise.

For custom components:

RaiselyComponents.api.all('donations').get(params = {}, headers = {}) => Promise<{result}>

See Restie Response Data for a more detailed overview of responses through the client wrapper

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
boolean

Returns the full record when authenticated

string

Search query to find records matching

number

The number of records to limit per page

number

The pagination offset (in number of records)

string

The record attribute to filter on (use in conjunction with order)

string
enum

The direction to sort (only applied if sort is also provided) * asc - Ascending * desc - Descending

Allowed:
string

Filter Donation based on their type value

string

Filter Donation based on their currency value

boolean

Filter Donation based on their isSuspicious value

string

Filter Donation based on their status value

string

Filter Donation based on their mode value

string

Filter by user uuid

string

Filter by campaign path or uuid

string

Filter by organisation uuid

string

Filter by profile path or uuid

string

Filter by subscription uuid

string

Filter by matched donation config path or uuid

Headers
string

A valid HTTP Bearer token, required to access private records.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json