| Http Verb | GET |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Productions/Summary?titleIds={titleIds} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of ProductionSummary
| Response object type Collection of ProductionSummary has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| Description | string | ||||
| Id | integer |
[
{
"Id": 1,
"Description": "sample string 1"
},
{
"Id": 1,
"Description": "sample string 1"
}
]
<ProductionSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ProductionSummary>
<Description>sample string 1</Description>
<Id>1</Id>
</ProductionSummary>
<ProductionSummary>
<Description>sample string 1</Description>
<Id>1</Id>
</ProductionSummary>
</ProductionSummaries>
No entries in change log for this operation.