WebContentTypes Test
ReferenceData/WebContentTypes/Data?id={id}
Gets potential values for a referenced WebContentType as a collection of WebContentTypeDataItem.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/WebContentTypes/Data?id={id}

URI Parameters

Parameter Name Data Type Required Notes
id integer N

Request Body

None.

No request body.

Response object type : Collection of WebContentTypeDataItem

Response object type Collection of WebContentTypeDataItem 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
  }
]
<WebContentTypeDataItems xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <WebContentTypeDataItem>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </WebContentTypeDataItem>
  <WebContentTypeDataItem>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </WebContentTypeDataItem>
</WebContentTypeDataItems>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. WebContentTypes