Use this API to get race fundraisers associated with a charity group.
{ "race_fundraisers": [ { "race_fundraiser_id": 123, "race_fundraiser_name": "Some Fundraiser Name", "parent_fundraiser_id": 567, "race_id": 1234, "created_ts": 1111111111, "registration_id": 1234, "is_team_fundraiser": "F", "fundraiser_hidden": "T", "fundraiser_url": "https://runsignup.com/SomeFundraiserName", "fundraiser_token": "a1b2c3d4e", "fundraiser_owner": { "user_id": 123, "first_name": "John", "last_name": "Doe", "email": "example@example.com", "phone_number": "555-555-5555" }, "charity_id": "123", "charity_name": "Charity Name", "fundraiser_tagline": "This is a tagline.", "personal_message": "Some personal message.", "fundraising_goal": "$56.00", "donation_period_id": 1, "applied_for_refund": "F", "last_modified_ts": 1111111123 } ] }
Parameter | HTTP Method | Default | Description | Datatype |
---|---|---|---|---|
charity_group_id Required |
GET | ID of charity group. | uint |
|
rsu_api_key Required |
GET | API key. | string |
|
X-RSU-API-SECRET Required |
HTTP Header | API secret. | string |
|
page |
GET | 1 | Page number to get. | uint |
results_per_page |
GET | 50 | Number of results per page. | uint |
modified_after_ts |
GET | Get fundraisers updated after the provided timestamp. | int |
|
modified_before_ts |
GET | Get fundraisers updated before the provided timestamp. | int |