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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ConstituentTypeSummary

Response object type Collection of ConstituentTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentGroup ConstituentGroupSummary
Description string
Id integer
Inactive boolean
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ConstituentGroup": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ConstituentGroup": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  }
]
<ConstituentTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentType>
    <ConstituentGroup>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentType>
  <ConstituentType>
    <ConstituentGroup>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ConstituentGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentType>
</ConstituentTypeSummaries>

No entries in change log for this operation.