Credits Test
TXN/Credits?productionElementIds={productionElementIds}
Returns all credits for the requested production element, and all credits from above it in the production hierarchy.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Credits?productionElementIds={productionElementIds}

URI Parameters

Parameter Name Data Type Required Notes
productionElementIds string N A comma separated list of IDs of production elements (i.e. performances, production-seasons, productions, titles).

Request Body

None.

No request body.

Response object type : Collection of CreditResult

Response object type Collection of CreditResult has the following properties.
Property Name Data Type Length Required Readonly Notes
Credits Collection of Credit A collection of details for each credit returned. Details include role, artist details, owner (the production element to which the keyword is associated), and credit rank.
RequestedOwner Owner The production element to which the credits belong.
[
  {
    "RequestedOwner": {
      "ElementId": 1,
      "Type": 0
    },
    "Credits": [
      {
        "Owner": {
          "ElementId": 1,
          "Type": 0
        },
        "Role": {
          "Id": 1,
          "Description": "sample string 2"
        },
        "Artist": {
          "Id": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "MiddleName": "sample string 4",
          "Voice": {
            "Id": 1,
            "Description": "sample string 2"
          },
          "Biography": "sample string 5"
        },
        "Rank": 1
      },
      {
        "Owner": {
          "ElementId": 1,
          "Type": 0
        },
        "Role": {
          "Id": 1,
          "Description": "sample string 2"
        },
        "Artist": {
          "Id": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "MiddleName": "sample string 4",
          "Voice": {
            "Id": 1,
            "Description": "sample string 2"
          },
          "Biography": "sample string 5"
        },
        "Rank": 1
      }
    ]
  },
  {
    "RequestedOwner": {
      "ElementId": 1,
      "Type": 0
    },
    "Credits": [
      {
        "Owner": {
          "ElementId": 1,
          "Type": 0
        },
        "Role": {
          "Id": 1,
          "Description": "sample string 2"
        },
        "Artist": {
          "Id": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "MiddleName": "sample string 4",
          "Voice": {
            "Id": 1,
            "Description": "sample string 2"
          },
          "Biography": "sample string 5"
        },
        "Rank": 1
      },
      {
        "Owner": {
          "ElementId": 1,
          "Type": 0
        },
        "Role": {
          "Id": 1,
          "Description": "sample string 2"
        },
        "Artist": {
          "Id": 1,
          "FirstName": "sample string 2",
          "LastName": "sample string 3",
          "MiddleName": "sample string 4",
          "Voice": {
            "Id": 1,
            "Description": "sample string 2"
          },
          "Biography": "sample string 5"
        },
        "Rank": 1
      }
    ]
  }
]
<CreditResults xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreditResult>
    <Credits>
      <Credit>
        <Artist>
          <Biography>sample string 5</Biography>
          <FirstName>sample string 2</FirstName>
          <Id>1</Id>
          <LastName>sample string 3</LastName>
          <MiddleName>sample string 4</MiddleName>
          <Voice>
            <Description>sample string 2</Description>
            <Id>1</Id>
          </Voice>
        </Artist>
        <Owner>
          <ElementId>1</ElementId>
          <Type>Performance</Type>
        </Owner>
        <Rank>1</Rank>
        <Role>
          <Description>sample string 2</Description>
          <Id>1</Id>
        </Role>
      </Credit>
      <Credit>
        <Artist>
          <Biography>sample string 5</Biography>
          <FirstName>sample string 2</FirstName>
          <Id>1</Id>
          <LastName>sample string 3</LastName>
          <MiddleName>sample string 4</MiddleName>
          <Voice>
            <Description>sample string 2</Description>
            <Id>1</Id>
          </Voice>
        </Artist>
        <Owner>
          <ElementId>1</ElementId>
          <Type>Performance</Type>
        </Owner>
        <Rank>1</Rank>
        <Role>
          <Description>sample string 2</Description>
          <Id>1</Id>
        </Role>
      </Credit>
    </Credits>
    <RequestedOwner>
      <ElementId>1</ElementId>
      <Type>Performance</Type>
    </RequestedOwner>
  </CreditResult>
  <CreditResult>
    <Credits>
      <Credit>
        <Artist>
          <Biography>sample string 5</Biography>
          <FirstName>sample string 2</FirstName>
          <Id>1</Id>
          <LastName>sample string 3</LastName>
          <MiddleName>sample string 4</MiddleName>
          <Voice>
            <Description>sample string 2</Description>
            <Id>1</Id>
          </Voice>
        </Artist>
        <Owner>
          <ElementId>1</ElementId>
          <Type>Performance</Type>
        </Owner>
        <Rank>1</Rank>
        <Role>
          <Description>sample string 2</Description>
          <Id>1</Id>
        </Role>
      </Credit>
      <Credit>
        <Artist>
          <Biography>sample string 5</Biography>
          <FirstName>sample string 2</FirstName>
          <Id>1</Id>
          <LastName>sample string 3</LastName>
          <MiddleName>sample string 4</MiddleName>
          <Voice>
            <Description>sample string 2</Description>
            <Id>1</Id>
          </Voice>
        </Artist>
        <Owner>
          <ElementId>1</ElementId>
          <Type>Performance</Type>
        </Owner>
        <Rank>1</Rank>
        <Role>
          <Description>sample string 2</Description>
          <Id>1</Id>
        </Role>
      </Credit>
    </Credits>
    <RequestedOwner>
      <ElementId>1</ElementId>
      <Type>Performance</Type>
    </RequestedOwner>
  </CreditResult>
</CreditResults>

No entries in change log for this operation.