Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Programs/Summary |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyNone. |
Response object type : Collection of ProgramSummary
Response object type Collection of ProgramSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | ||||
Id | integer |
[
{
"Description": "sample string 1",
"Id": 1
},
{
"Description": "sample string 1",
"Id": 1
}
]
<ProgramSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Program>
<Description>sample string 1</Description>
<Id>1</Id>
</Program>
<Program>
<Description>sample string 1</Description>
<Id>1</Id>
</Program>
</ProgramSummaries>
No entries in change log for this operation.