| Http Verb | GET |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Keywords/Data?keywordId={keywordId} |
URI Parameters
|
Request BodyNone. |
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.