Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Printers/{id}?maintenanceMode={maintenanceMode} |
URI Parameters
|
Request BodyNone. |
Response object type : Printer
Response object type Printer has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
CreatedBy | string | N | |||
CreatedDateTime | date | N | |||
CreateLocation | string | N | |||
Description | string | N | |||
Id | integer | N | |||
MaxCol | integer | N | |||
MaxRow | integer | N | |||
MaxX2val | integer | N | |||
MaxY2val | integer | N | |||
Type | string | N | |||
UpdatedBy | string | N | |||
UpdatedDateTime | date | N |
{
"Description": "sample string 1",
"MaxCol": 2,
"MaxRow": 3,
"MaxX2val": 1,
"MaxY2val": 1,
"Id": 1,
"Type": "sample string 4",
"CreatedDateTime": "2025-04-24T04:33:13.3115339-07:00",
"CreateLocation": "sample string 5",
"CreatedBy": "sample string 6",
"UpdatedDateTime": "2025-04-24T04:33:13.3115339-07:00",
"UpdatedBy": "sample string 7"
}
<Printer xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<CreateLocation>sample string 5</CreateLocation>
<CreatedBy>sample string 6</CreatedBy>
<CreatedDateTime>2025-04-24T04:33:13.3115339-07:00</CreatedDateTime>
<Description>sample string 1</Description>
<Id>1</Id>
<MaxCol>2</MaxCol>
<MaxRow>3</MaxRow>
<MaxX2val>1</MaxX2val>
<MaxY2val>1</MaxY2val>
<Type>sample string 4</Type>
<UpdatedBy>sample string 7</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:33:13.3115339-07:00</UpdatedDateTime>
</Printer>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |