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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of ReferenceTableSummary

Response object type Collection of ReferenceTableSummary has the following properties.
Property Name Data Type Length Required Readonly Notes
Id integer
TableName string
[
  {
    "Id": 1,
    "TableName": "sample string 1"
  },
  {
    "Id": 1,
    "TableName": "sample string 1"
  }
]
<ReferenceTableSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ReferenceTable>
    <Id>1</Id>
    <TableName>sample string 1</TableName>
  </ReferenceTable>
  <ReferenceTable>
    <Id>1</Id>
    <TableName>sample string 1</TableName>
  </ReferenceTable>
</ReferenceTableSummaries>

No entries in change log for this operation.