get all

Returns all fundraising profiles in a campaign

For custom components:

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

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

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
required

The uuid, path or domain of the campaign to associate with the request

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

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

string

Rank profiles by total raised

string

Rank profiles by unique donors

string

Rank profiles by activity total

string

Rank profiles by activity time

Headers
string

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

Responses

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