v1

latestOpenAPI 3.0.02026-08-062903562.2 MB
Fundraising Team Policy

fetchFundraisingTeamPolicy

Fetch specified Fundraising Team Policy

get/fundraising-team-policies/{fundraising_team_policy}

Path parameters

fundraising_team_policyinteger required
Example:2354

Primary identifier of Fundraising Team Policy

Response

Success

idinteger

Primary identifier of record

organization_idinteger

Primary identifier of associated Organization

allow_subteamsboolean

Indicates whether subteams are allowed under this Team

allow_fundraising_pagesboolean

Indicates whether Fundraising Pages are allowed under this Team

allow_transactionsboolean

Indicates whether Transactions are allowed under this Team

allow_cross_campaign_fundraisersboolean

Indicates whether Fundraisers from other Campaigns are allowed to join this Team

allocation_method'manual' | 'automatic-even-split'

Allocation method for this Team

fundraising_team_idinteger

Primary identifier of associated Fundraising Team

min_membersinteger

Minimum Members required before the Team is considered active

max_membersinteger

Maximum Members allowed for this Team

fundraiser_registration_policy'public' | 'private-confirmation-required' | 'private-invite-only' | 'private-password' | 'admin-only'

Fundraiser and Sub-team Registration Policy for this Team

created_atstring date-time

Date/time of initial record creation

updated_atstring date-time

Date/time of last record update

Example response

{
  "id": 2354,
  "organization_id": 82364,
  "allow_fundraising_pages": true,
  "allow_transactions": true,
  "allow_cross_campaign_fundraisers": true,
  "allocation_method": "manual",
  "fundraising_team_id": 209745,
  "min_members": 1,
  "max_members": 10,
  "fundraiser_registration_policy": "public",
  "created_at": "2021-04-23T08:23:21Z",
  "updated_at": "2021-04-23T10:25:03Z"
}