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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of DocumentCategorySummary

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