Skip to content

Latest commit

 

History

History
129 lines (93 loc) · 2.57 KB

client_fundraising_event_statistics.md

File metadata and controls

129 lines (93 loc) · 2.57 KB

Client Fundraising Event Statistics

GET https://api.betterplace.org/de/api_v4/clients/volksfreund/fundraising_event_statistics.json

For betterplace.org clients only: Some client-statistics for a betterplace.org client. All results are cached for 20 minutes.

URL Parameters

Parameter Example Required Description
client_id volksfreund yes

The betterplace.org-internal client permalink

Response Attributes

Root Attributes

Attribute Types Example Description
donated_amount_in_cents number 10100

How many cents are donated already to all fundraising events of this client.

It does not include the money of the client-pool-fundraising-event.

Remember: This includes all donations to fundraising events of this client even those that are donated via betterplace.org or other channels.

fundraising_events_count number 100

The number of fundraising events of this client.

Blocked fundraising events are excluded from this count and from the API in general.

client_donated_amount_in_cents number 8100

How many cents are donated through the clients donation page to all fundraising events (those that are active, closed, blocked and so on).

The client-pool-fundraising-event is ignored.

client_donations_count number 200

The number of client donations for this client to all fundraising events (those that are active, closed, blocked and so on).

The client-pool-fundraising-event is ignored.

Response Links

Linkname Description
No response example defined

Response Example

{
  "donated_amount_in_cents": 0,
  "fundraising_events_count": 0,
  "client_donated_amount_in_cents": 0,
  "client_donations_count": 0,
  "links": [

  ]
}