List all fundraising profiles in a Raisely campaign. Profiles represent individuals, teams, or organizations participating in a fundraising campaign. Returns profile details including name, fundraising goal, amount raised, and associated user information. Supports search, pagina…
qstringSearch query to filter profiles by name or other searchable fields.
sortstringField to sort results by (e.g., 'createdAt', 'updatedAt', 'total', 'name'). Use with 'order' parameter.
limitintegerNumber of profiles to return per page. Defaults to 100 if not specified.
orderstringSort direction: 'asc' for ascending or 'desc' for descending. Only applies when 'sort' is provided.
offsetintegerNumber of records to skip for pagination. Use with 'limit' for paging through results.
privatebooleanWhen true and authenticated, returns private custom fields of profiles.
campaignRequiredstringUUID or path of the campaign to list profiles for. You can use either the campaign's UUID (e.g., '123e4567-e89b-12d3-a456-426614174000') or its path/slug (e.g., 'my-campaign').
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.