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

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : Collection of PrinterSummary

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

No entries in change log for this operation.