Reports Test
Reporting/Reports/Defaults/{userGroup}
Get report defaults for the specified user group.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Reports/Defaults/{userGroup}

URI Parameters

Parameter Name Data Type Required Notes
userGroup string N

Request Body

None.

No request body.

Response object type : ReportDefaults

Response object type ReportDefaults has the following properties.
Property Name Data Type Length Required Readonly Notes
CompanyName string
EmailReportPath string
FileSaveReportPath string
SSRSCustomPath string
SSRSStandardPath string
SSRSUrl string
{
  "SSRSUrl": "sample string 1",
  "CompanyName": "sample string 2",
  "FileSaveReportPath": "sample string 3",
  "EmailReportPath": "sample string 4",
  "SSRSStandardPath": "sample string 5",
  "SSRSCustomPath": "sample string 6"
}
<ReportDefaults xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CompanyName>sample string 2</CompanyName>
  <EmailReportPath>sample string 4</EmailReportPath>
  <FileSaveReportPath>sample string 3</FileSaveReportPath>
  <SSRSCustomPath>sample string 6</SSRSCustomPath>
  <SSRSStandardPath>sample string 5</SSRSStandardPath>
  <SSRSUrl>sample string 1</SSRSUrl>
</ReportDefaults>

No entries in change log for this operation.