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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of RankTypeSummary

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

No entries in change log for this operation.