Templates Test
Templates/Summaries
Get a summary representation of all templates
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Templates/Summaries

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of TemplateSummary

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

No entries in change log for this operation.