Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/TemplateCategories/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of TemplateCategorySummary
Response object type Collection of TemplateCategorySummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | ||||
EditIndicator | boolean | N | |||
Id | integer | ||||
Inactive | boolean | ||||
Type | TemplateTypeSummary | N | |||
FK: TR_TEMPLATE_TYPE.id   Resource: TemplateTypes |
[
{
"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,
"EditIndicator": true,
"Type": {
"Id": 1,
"Description": "sample string 1"
}
}
]
<TemplateCategorySummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<TemplateCategory>
<Description>sample string 1</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<Type>
<Description>sample string 1</Description>
<Id>1</Id>
</Type>
</TemplateCategory>
<TemplateCategory>
<Description>sample string 1</Description>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Inactive>true</Inactive>
<Type>
<Description>sample string 1</Description>
<Id>1</Id>
</Type>
</TemplateCategory>
</TemplateCategorySummaries>
No entries in change log for this operation.