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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of InterestTypeSummary

Response object type Collection of InterestTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Category InterestCategorySummary
ControlGroup ControlGroupSummary
Description string
Id integer
UsedIn string
[
  {
    "Description": "sample string 1",
    "Id": 1,
    "UsedIn": "sample string 2",
    "Category": {
      "Description": "sample string 1",
      "Id": 1
    },
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  },
  {
    "Description": "sample string 1",
    "Id": 1,
    "UsedIn": "sample string 2",
    "Category": {
      "Description": "sample string 1",
      "Id": 1
    },
    "ControlGroup": {
      "Description": "sample string 1",
      "Id": 2,
      "Inactive": true
    }
  }
]
<InterestTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <InterestType>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Category>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <UsedIn>sample string 2</UsedIn>
  </InterestType>
  <InterestType>
    <Category>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Category>
    <ControlGroup>
      <Description>sample string 1</Description>
      <Id>2</Id>
      <Inactive>true</Inactive>
    </ControlGroup>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <UsedIn>sample string 2</UsedIn>
  </InterestType>
</InterestTypeSummaries>

No entries in change log for this operation.