Get Registered Teamraisers with Private Pages

We're using the http://open.convio.com/api/#teamraiser_api.getRegisteredTeamraisers_method.html method to get an authenticated user's registered Teamraisers.


This method seems to filter out results where the user has flagged their personal page as private.


Is there a way to get this call to return results even with a private personal page?


If not, is there another api method, or methods, you can suggest we could use to get all registered Teamraisers for a user.
Tagged:

Comments

  • You can use the getParticipants method. This method does not filter our private pages. To get a specific participant with this method, use the parameters &list_filter_column=reg.cons_id&list_filter_text=1234567, where "1234567" is the logged in user's cons_id.