Productions Test
TXN/Productions/Summary?titleIds={titleIds}
Get all production summaries, Optionally filtered by one or more titles.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Productions/Summary?titleIds={titleIds}

URI Parameters

Parameter Name Data Type Required Notes
titleIds string N

Request Body

None.

No request body.

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.