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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ConstituencyTypeSummary

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

No entries in change log for this operation.