Keywords Test
ReferenceData/Keywords/Data?keywordId={keywordId}
Gets potential values for a Keyword as KeywordDataItems.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Keywords/Data?keywordId={keywordId}

URI Parameters

Parameter Name Data Type Required Notes
keywordId integer N

Request Body

None.

No request body.

Response object type : Collection of KeywordDataItem

Response object type Collection of KeywordDataItem has the following properties.
Property Name Data Type Length Required Readonly Notes
Id string
Inactive boolean
Value string
[
  {
    "Id": "sample string 1",
    "Value": "sample string 2",
    "Inactive": true
  },
  {
    "Id": "sample string 1",
    "Value": "sample string 2",
    "Inactive": true
  }
]
<KeywordDataItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <KeywordDataItem>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </KeywordDataItem>
  <KeywordDataItem>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </KeywordDataItem>
</KeywordDataItems>

No entries in change log for this operation.