Hello,
maybe I am blind but I don’t find a way to only get the active_patron
from campaigns/{campaign_id}/members
I know that I can just filter them by my own, but I want to prevent that I have to loop over the pagination way more than I would need with getting only the active patreons.
- Also, I tried to
?include
user in this call withfields[user]=social_connections
but sadly this does not work, so I need to call themembers
endpoint for every user too… Is there a way to havesocial_connections
on the campaigns call to no have to loop over every user?