Custom Test
Custom/Metadata
Get the metadata information of a custom table as defined by TR_DATASERVICE_TABLES and TR_DATASERVICE_COLUMNS.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Custom/Metadata

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of TableMetadata

Response object type Collection of TableMetadata has the following properties.
Property Name Data Type Length Required Readonly Notes
Name string
SingularName string
[
  {
    "Name": "sample string 1",
    "SingularName": "sample string 2"
  },
  {
    "Name": "sample string 1",
    "SingularName": "sample string 2"
  }
]
<TablesMetadata xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <TableMetadata>
    <Name>sample string 1</Name>
    <SingularName>sample string 2</SingularName>
  </TableMetadata>
  <TableMetadata>
    <Name>sample string 1</Name>
    <SingularName>sample string 2</SingularName>
  </TableMetadata>
</TablesMetadata>
Change Version Description Contract Old New
Response Type Changed 15.1.0 Response type has changed from HttpResponseMessage to TablesMetadata HttpResponseMessage TablesMetadata