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

URI Parameters

Parameter Name Data Type Required Notes
titleIds string N

Request Body

None.

No request body.

Response object type : Collection of Production

Response object type Collection of Production has the following properties.
Property Name Data Type Length Required Readonly Notes
Cost decimal number N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
Duration integer N
Fulltext string N
FulltextCompleteDateTime date N
FulltextRequestDateTime date N
Id integer N
InventoryType string N
Language LanguageSummary N
NumberOfActs integer N
ShortName string N
Synopsis string N
Text1 string N
Text2 string N
Text3 string N
Text4 string N
Title TitleSummary N
UpdatedBy string N
UpdatedDateTime date N
[
  {
    "Cost": 1.0,
    "Duration": 1,
    "Language": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "NumberOfActs": 1,
    "Id": 1,
    "Synopsis": "sample string 1",
    "Title": {
      "Id": 1,
      "Description": "sample string 1"
    },
    "CreatedDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "UpdatedBy": "sample string 4",
    "Description": "sample string 5",
    "Fulltext": "sample string 6",
    "FulltextCompleteDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "FulltextRequestDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "ShortName": "sample string 7",
    "Text1": "sample string 8",
    "Text2": "sample string 9",
    "Text3": "sample string 10",
    "Text4": "sample string 11",
    "InventoryType": "sample string 12"
  },
  {
    "Cost": 1.0,
    "Duration": 1,
    "Language": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "NumberOfActs": 1,
    "Id": 1,
    "Synopsis": "sample string 1",
    "Title": {
      "Id": 1,
      "Description": "sample string 1"
    },
    "CreatedDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "CreateLocation": "sample string 2",
    "CreatedBy": "sample string 3",
    "UpdatedDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "UpdatedBy": "sample string 4",
    "Description": "sample string 5",
    "Fulltext": "sample string 6",
    "FulltextCompleteDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "FulltextRequestDateTime": "2025-04-24T05:25:25.7334782-07:00",
    "ShortName": "sample string 7",
    "Text1": "sample string 8",
    "Text2": "sample string 9",
    "Text3": "sample string 10",
    "Text4": "sample string 11",
    "InventoryType": "sample string 12"
  }
]
<Productions xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Production>
    <Cost>1</Cost>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:25.7334782-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Duration>1</Duration>
    <Fulltext>sample string 6</Fulltext>
    <FulltextCompleteDateTime>2025-04-24T05:25:25.7334782-07:00</FulltextCompleteDateTime>
    <FulltextRequestDateTime>2025-04-24T05:25:25.7334782-07:00</FulltextRequestDateTime>
    <Id>1</Id>
    <InventoryType>sample string 12</InventoryType>
    <Language>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Language>
    <NumberOfActs>1</NumberOfActs>
    <ShortName>sample string 7</ShortName>
    <Synopsis>sample string 1</Synopsis>
    <Text1>sample string 8</Text1>
    <Text2>sample string 9</Text2>
    <Text3>sample string 10</Text3>
    <Text4>sample string 11</Text4>
    <Title>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Title>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:25.7334782-07:00</UpdatedDateTime>
  </Production>
  <Production>
    <Cost>1</Cost>
    <CreateLocation>sample string 2</CreateLocation>
    <CreatedBy>sample string 3</CreatedBy>
    <CreatedDateTime>2025-04-24T05:25:25.7334782-07:00</CreatedDateTime>
    <Description>sample string 5</Description>
    <Duration>1</Duration>
    <Fulltext>sample string 6</Fulltext>
    <FulltextCompleteDateTime>2025-04-24T05:25:25.7334782-07:00</FulltextCompleteDateTime>
    <FulltextRequestDateTime>2025-04-24T05:25:25.7334782-07:00</FulltextRequestDateTime>
    <Id>1</Id>
    <InventoryType>sample string 12</InventoryType>
    <Language>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </Language>
    <NumberOfActs>1</NumberOfActs>
    <ShortName>sample string 7</ShortName>
    <Synopsis>sample string 1</Synopsis>
    <Text1>sample string 8</Text1>
    <Text2>sample string 9</Text2>
    <Text3>sample string 10</Text3>
    <Text4>sample string 11</Text4>
    <Title>
      <Description>sample string 1</Description>
      <Id>1</Id>
    </Title>
    <UpdatedBy>sample string 4</UpdatedBy>
    <UpdatedDateTime>2025-04-24T05:25:25.7334782-07:00</UpdatedDateTime>
  </Production>
</Productions>

No entries in change log for this operation.