Monthly Giving Graph

Monthly Giving Graph Documentation

Monthly Giving Graph [GET]

Monthly Giving Graph [GET]

Request

Endpoint

GET /api/v2/reports/monthly_giving_graph
Content-Type: application/vnd.api+json

Body

Parameters

Filters

account_list_id

Type string

Description The account list to run the report on

Required No

designation_account_id

Type ID string

Description Filter by designation account ID; Accepts comma separated ids

Required No

display_currency

Type string

Description Currency to render the report in

Required No

donation_date

Type date

Description Filter donations including only those with donation_date within the provided date range

Required No

donor_account_id

Type ID string

Description Filter by donor account ID; Accepts comma separated ids

Required No

Response

Headers

Body

Fields

Attributes

created_at

Type date

Description The timestamp of when this resource was created

display_currency

Type string

Description Display Currency or Default currency of account_list

display_currency_symbol

Type string

Description Display Currency symbol or Default currency symbol of account_list

monthly_average

Type number

Description Average monthly total conversion

monthly_goal

Type number

Description The Account List's monthly goal

months_to_dates

Type ["string"]

Description The first day of each month represented

multi_currency

Type boolean

Description If multiple currencies are used

pledges

Type ["Object"]

Description The sum of all pledges

salary_currency

Type string

Description DEPRECATED replaced by default_currency

salary_currency_symbol

Type string

Description DEPRECATED replaced by default_currency_symbol

totals

Type ["Object"]

Description The sum of all donations

updated_at

Type date

Description The timestamp of when this resource was last updated

updated_in_db_at

Type date

Description This is to be used as a reference for the last time the resource was updated in the remote database - specifically for when data is updated while the client is offline.

Relationships

account_list.data

Type Account List

Description The account list the report was run on

Last updated