WebContentTypes Test
ReferenceData/WebContentTypes/Summary
Get a summary representation of all web content types.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/WebContentTypes/Summary

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of WebContentTypeSummary

Response object type Collection of WebContentTypeSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Description string
Id integer
Inactive boolean
[
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  }
]
<WebContentTypeSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <WebContentType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </WebContentType>
  <WebContentType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </WebContentType>
</WebContentTypeSummaries>
Change Version Description Contract Old New
Resource Added 15.0.0 New resource added. WebContentTypes