Philanthropy Test
CRM/Philanthropy?constituentId={constituentId}&includeAffiliations={includeAffiliations}
Get details of all the philanthropyEntries for the specified constituent id and all its visible affiliation's philanthropyEntries as well. To exclude philanthropyEntries of the visible affiliations pass includeAffiliations=false.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Philanthropy?constituentId={constituentId}&includeAffiliations={includeAffiliations}

URI Parameters

Parameter Name Data Type Required Notes
constituentId integer Y Limit results by constituent.
includeAffiliations boolean N Include all of the constituent's affiliates in the results (default: true).

Request Body

None.

No request body.

Response object type : Collection of PhilanthropyEntry

Response object type Collection of PhilanthropyEntry has the following properties.
Property Name Data Type Length Required Readonly Notes
Activity string N
Amount decimal number N
Constituent ConstituentDisplaySummary N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DonatedTo string N
DonatedToConstituent ConstituentDisplaySummary N
FK: T_CUSTOMER.customer_no   Resource: Constituents
DonationDateTime date N
Id integer N
PhilanthropyType PhilanthropyTypeSummary N
FK: TR_PHILANTHROPY.id   Resource: PhilanthropyTypes
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Activity": "sample string 1",
    "Amount": 1.0,
    "CreatedDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Id": 1,
    "DonatedTo": "sample string 4",
    "DonationDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "UpdatedDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "UpdatedBy": "sample string 5",
    "Constituent": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "DonatedToConstituent": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "PhilanthropyType": {
      "Id": 1,
      "Description": "sample string 1"
    }
  },
  {
    "Activity": "sample string 1",
    "Amount": 1.0,
    "CreatedDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "Id": 1,
    "DonatedTo": "sample string 4",
    "DonationDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "UpdatedDateTime": "2025-04-24T05:28:02.1964195-07:00",
    "UpdatedBy": "sample string 5",
    "Constituent": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "DonatedToConstituent": {
      "Id": 1,
      "SortName": "sample string 1",
      "DisplayName": "sample string 2"
    },
    "PhilanthropyType": {
      "Id": 1,
      "Description": "sample string 1"
    }
  }
]
<Philanthropy xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PhilanthropyEntry>
    <Activity>sample string 1</Activity>
    <Amount>1</Amount>
    <Constituent>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </Constituent>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:02.1964195-07:00</CreatedDateTime>
    <DonatedTo>sample string 4</DonatedTo>
    <DonatedToConstituent>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </DonatedToConstituent>
    <DonationDateTime>2025-04-24T05:28:02.1964195-07:00</DonationDateTime>
    <Id>1</Id>
    <PhilanthropyType>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </PhilanthropyType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:02.1964195-07:00</UpdatedDateTime>
  </PhilanthropyEntry>
  <PhilanthropyEntry>
    <Activity>sample string 1</Activity>
    <Amount>1</Amount>
    <Constituent>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </Constituent>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:28:02.1964195-07:00</CreatedDateTime>
    <DonatedTo>sample string 4</DonatedTo>
    <DonatedToConstituent>
      <DisplayName>sample string 2</DisplayName>
      <Id>1</Id>
      <SortName>sample string 1</SortName>
    </DonatedToConstituent>
    <DonationDateTime>2025-04-24T05:28:02.1964195-07:00</DonationDateTime>
    <Id>1</Id>
    <PhilanthropyType>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </PhilanthropyType>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:28:02.1964195-07:00</UpdatedDateTime>
  </PhilanthropyEntry>
</Philanthropy>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. Philanthropy