How to Retrieve All TeamRaiser Participants Using Only fr_id, as I don't have team name
Hi everyone,
I’m working on integrating Luminate Online TeamRaiser with Drupal using the CRTeamraiserAPI. I need to fetch all participants for a specific TeamRaiser event using only the fr_id.
My event setup:
- The event has no teams
- All registrants are individual participants
- I need to retrieve the full list of participants programmatically with API call
What I’ve tried:
getParticipants- The documentation says this method requires at least one of these fields:
first_namelast_nameteam_namescreenname
- first_name=last_name=first_name=%
- None of these return the full participant list.
- The documentation says this method requires at least one of these fields:
- Methods such as
getParticipantList,getParticipantsByInfo, orgetTeamraiserParticipants- These do not exist in the official TeamRaiser API documentation.
What I need:
I need a way to fetch all participants for a TeamRaiser event using only:
method=???fr_id=123
Is there any supported API method (client or server) that returns all TeamRaiser participants without requiring a name filter?
If not, what is the recommended approach for integrations that require the full participant list?
Example of what I'm currently using for other endpoints (which works):
https://……/site/CRTeamraiserAPI?api_key=xxx&v=0.0&method=getParticipants&fr_id=123
But I cannot find an equivalent for fetching participants without search filters.
Any guidance would be really appreciated. Thank you!
Best Answers
-
@Shani Kumar Maurya - Please try the getParticipants API call using the server API Syntax
https://..../site/SRTeamraiserAPI?method=getParticipants&api_key=value&v=value&login_name=value&login_password=value&response_format=json&v=1.0&fr_id=2911
It works when you use the server API syntax, since its for pulling all participants vs the client API syntax that has certain restrictions/limitations.
2 -
It's hard to tell from your original post, but it looks like you are only using one wild card character — % — for the name. The default number of required characters is 3, so you might want to try including, three. Also, URL encode those: first_name=%25%25%25
2
Answers
-
Thank you, @Chimezie Nwadike yes I'm using server API Syntax
However, is there any way to get all fr_id through the API?
0 -
Hey there, @Shani Kumar Maurya for your last question here, I believe you can only get data on a single TeamRaiser event at a time with any of the "get…" methods. However, there is one, but you also need the name, and other location-specific data to retrieve a list of TeamRaisers using the "getTeamraisersByInfo" method. Here is the documentation on it at https://developer.blackbaud.com/lo-api/loapi/teamraiser/getTeamraisersByInfo.
I hope this information is helpful.
Thanks,
Will0
Categories
- All Categories
- 6 Blackbaud Community Help
- 213 bbcon®
- 1.4K Blackbaud Altru®
- 402 Blackbaud Award Management™ and Blackbaud Stewardship Management™
- 1.1K Blackbaud CRM™ and Blackbaud Internet Solutions™
- 15 donorCentrics®
- 360 Blackbaud eTapestry®
- 2.6K Blackbaud Financial Edge NXT®
- 655 Blackbaud Grantmaking™
- 576 Blackbaud Education Management Solutions for Higher Education
- 3.2K Blackbaud Education Management Solutions for K-12 Schools
- 939 Blackbaud Luminate Online® and Blackbaud TeamRaiser®
- 84 JustGiving® from Blackbaud®
- 6.6K Blackbaud Raiser's Edge NXT®
- 3.7K SKY Developer
- 248 ResearchPoint™
- 119 Blackbaud Tuition Management™
- 165 Organizational Best Practices
- 241 Member Lounge (Just for Fun)
- 34 Blackbaud Community Challenges
- 34 PowerUp Challenges
- 3 (Open) PowerUp Challenge: Chat for Blackbaud AI
- 3 (Closed) PowerUp Challenge: Data Health
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Product Update Briefing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports+
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Email Marketing
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Gift Management
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Event Management
- 3 (Closed) Raiser's Edge NXT PowerUp Challenge: Home Page
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Standard Reports
- 4 (Closed) Raiser's Edge NXT PowerUp Challenge: Query
- 792 Community News
- 2.9K Jobs Board
- 54 Blackbaud SKY® Reporting Announcements
- 47 Blackbaud CRM Higher Ed Product Advisory Group (HE PAG)
- 19 Blackbaud CRM Product Advisory Group (BBCRM PAG)
