Titles Test
TXN/Titles/{id}
Get details of a specific title.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Titles/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

None.

No request body.

Response object type : Title

Response object type Title has the following properties.
Property Name Data Type Length Required Readonly Notes
Author string N
Composer ComposerSummary N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
Era EraSummary N
Fulltext string N
FulltextCompleteDateTime date N
FulltextRequestDateTime date N
Id integer N
InventoryType string N
Lib string N
OriginalLanguage LanguageSummary N
OriginalSynopsis string N
ShortName string N
Text1 string N
Text2 string N
Text3 string N
Text4 string N
UpdatedBy string N
UpdatedDateTime date N
{
  "Author": "sample string 1",
  "Composer": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T05:30:31.1802529-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Era": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Lib": "sample string 4",
  "OriginalLanguage": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "OriginalSynopsis": "sample string 5",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T05:30:31.1802529-07:00",
  "UpdatedBy": "sample string 6",
  "Description": "sample string 7",
  "Fulltext": "sample string 8",
  "FulltextCompleteDateTime": "2025-04-24T05:30:31.1802529-07:00",
  "FulltextRequestDateTime": "2025-04-24T05:30:31.1802529-07:00",
  "ShortName": "sample string 9",
  "Text1": "sample string 10",
  "Text2": "sample string 11",
  "Text3": "sample string 12",
  "Text4": "sample string 13",
  "InventoryType": "sample string 14"
}
<Title xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Author>sample string 1</Author>
  <Composer>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Composer>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T05:30:31.1802529-07:00</CreatedDateTime>
  <Description>sample string 7</Description>
  <Era>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </Era>
  <Fulltext>sample string 8</Fulltext>
  <FulltextCompleteDateTime>2025-04-24T05:30:31.1802529-07:00</FulltextCompleteDateTime>
  <FulltextRequestDateTime>2025-04-24T05:30:31.1802529-07:00</FulltextRequestDateTime>
  <Id>1</Id>
  <InventoryType>sample string 14</InventoryType>
  <Lib>sample string 4</Lib>
  <OriginalLanguage>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </OriginalLanguage>
  <OriginalSynopsis>sample string 5</OriginalSynopsis>
  <ShortName>sample string 9</ShortName>
  <Text1>sample string 10</Text1>
  <Text2>sample string 11</Text2>
  <Text3>sample string 12</Text3>
  <Text4>sample string 13</Text4>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:30:31.1802529-07:00</UpdatedDateTime>
</Title>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required