PhilanthropyTypes Test
ReferenceData/PhilanthropyTypes/Summary
Get a summary representation of all philosophy types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/PhilanthropyTypes/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PhilanthropyTypeSummary

Response object type Collection of PhilanthropyTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
[
  {
    "Id": 1,
    "Description": "sample string 1"
  },
  {
    "Id": 1,
    "Description": "sample string 1"
  }
]
<PhilanthropyTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <PhilanthropyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PhilanthropyType>
  <PhilanthropyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </PhilanthropyType>
</PhilanthropyTypeSummaries>
Change Version Description Contract Old New
Resource Added 15.1.0 New resource added. PhilanthropyTypes