Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Reports?type={type} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of Report
Response object type Collection of Report has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
AllowSchedule | boolean | N | |||
Category | integer | N | |||
FK: gooesoft_report_category.id | |||||
CreatedBy | string | N | |||
CreatedDateTime | date | N | |||
CreateLocation | string | N | |||
Description | string | N | |||
Id | string | N | |||
Inactive | boolean | N | |||
LastRequestId | integer | ||||
Name | string | N | |||
ParameterWindow | string | N | |||
ParameterWindowIndicator | boolean | N | |||
PublicIndicator | boolean | N | |||
ReportPath | string | N | |||
ReportType | integer | N | |||
FK: TR_REPORT_TYPE.Id | |||||
UpdatedBy | string | N | |||
UpdatedDateTime | date | N | |||
UtilityIndicator | boolean | N | |||
WarningIndicator | boolean | N | |||
Window | string | N |
[
{
"AllowSchedule": true,
"Category": 2,
"Description": "sample string 3",
"Id": "sample string 4",
"ParameterWindowIndicator": true,
"ParameterWindow": "sample string 6",
"Inactive": true,
"LastRequestId": 8,
"Name": "sample string 9",
"ReportPath": "sample string 10",
"PublicIndicator": true,
"ReportType": 12,
"UtilityIndicator": true,
"WarningIndicator": true,
"Window": "sample string 15",
"CreatedDateTime": "2025-04-24T09:13:57.2468423-07:00",
"CreateLocation": "sample string 16",
"CreatedBy": "sample string 17",
"UpdatedDateTime": "2025-04-24T09:13:57.2468423-07:00",
"UpdatedBy": "sample string 18"
},
{
"AllowSchedule": true,
"Category": 2,
"Description": "sample string 3",
"Id": "sample string 4",
"ParameterWindowIndicator": true,
"ParameterWindow": "sample string 6",
"Inactive": true,
"LastRequestId": 8,
"Name": "sample string 9",
"ReportPath": "sample string 10",
"PublicIndicator": true,
"ReportType": 12,
"UtilityIndicator": true,
"WarningIndicator": true,
"Window": "sample string 15",
"CreatedDateTime": "2025-04-24T09:13:57.2468423-07:00",
"CreateLocation": "sample string 16",
"CreatedBy": "sample string 17",
"UpdatedDateTime": "2025-04-24T09:13:57.2468423-07:00",
"UpdatedBy": "sample string 18"
}
]
<Reports xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Report>
<AllowSchedule>true</AllowSchedule>
<Category>2</Category>
<CreateLocation>sample string 16</CreateLocation>
<CreatedBy>sample string 17</CreatedBy>
<CreatedDateTime>2025-04-24T09:13:57.2468423-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<Id>sample string 4</Id>
<Inactive>true</Inactive>
<LastRequestId>8</LastRequestId>
<Name>sample string 9</Name>
<ParameterWindow>sample string 6</ParameterWindow>
<ParameterWindowIndicator>true</ParameterWindowIndicator>
<PublicIndicator>true</PublicIndicator>
<ReportPath>sample string 10</ReportPath>
<ReportType>12</ReportType>
<UpdatedBy>sample string 18</UpdatedBy>
<UpdatedDateTime>2025-04-24T09:13:57.2468423-07:00</UpdatedDateTime>
<UtilityIndicator>true</UtilityIndicator>
<WarningIndicator>true</WarningIndicator>
<Window>sample string 15</Window>
</Report>
<Report>
<AllowSchedule>true</AllowSchedule>
<Category>2</Category>
<CreateLocation>sample string 16</CreateLocation>
<CreatedBy>sample string 17</CreatedBy>
<CreatedDateTime>2025-04-24T09:13:57.2468423-07:00</CreatedDateTime>
<Description>sample string 3</Description>
<Id>sample string 4</Id>
<Inactive>true</Inactive>
<LastRequestId>8</LastRequestId>
<Name>sample string 9</Name>
<ParameterWindow>sample string 6</ParameterWindow>
<ParameterWindowIndicator>true</ParameterWindowIndicator>
<PublicIndicator>true</PublicIndicator>
<ReportPath>sample string 10</ReportPath>
<ReportType>12</ReportType>
<UpdatedBy>sample string 18</UpdatedBy>
<UpdatedDateTime>2025-04-24T09:13:57.2468423-07:00</UpdatedDateTime>
<UtilityIndicator>true</UtilityIndicator>
<WarningIndicator>true</WarningIndicator>
<Window>sample string 15</Window>
</Report>
</Reports>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Removed | 15.0.0 | AllowQuery has been removed from Report | Report | AllowQuery | |
Property Changed | 15.0.0 | AllowSchedule has changed from String to Boolean | Report | String | Boolean |
Property Removed | 15.0.0 | ApplicationId has been removed from Report | Report | ApplicationId | |
Property Removed | 15.0.0 | ImpWinInd has been removed from Report | Report | ImpWinInd | |
Property Removed | 15.0.0 | ImpWinName has been removed from Report | Report | ImpWinName | |
Property Removed | 15.0.0 | PsrFile has been removed from Report | Report | PsrFile | |
Property Removed | 15.0.0 | PublicFlag has been removed from Report | Report | PublicFlag | |
Property Removed | 15.0.0 | QuerystringAppend has been removed from Report | Report | QuerystringAppend | |
Property Removed | 15.0.0 | UtilityInd has been removed from Report | Report | UtilityInd | |
Property Removed | 15.0.0 | WarningInd has been removed from Report | Report | WarningInd | |
Property Added | 15.0.0 | ParameterWindow has been added to Report | Report | Report.ParameterWindow | |
Property Added | 15.0.0 | ParameterWindowIndicator has been added to Report | Report | Report.ParameterWindowIndicator | |
Property Added | 15.0.0 | PublicIndicator has been added to Report | Report | Report.PublicIndicator | |
Property Added | 15.0.0 | ReportPath has been added to Report | Report | Report.ReportPath | |
Property Added | 15.0.0 | UtilityIndicator has been added to Report | Report | Report.UtilityIndicator | |
Property Added | 15.0.0 | WarningIndicator has been added to Report | Report | Report.WarningIndicator |