Reports Test
Reporting/Reports/CustomData?reportId={reportId}&parameterId={parameterId}
Get custom data for a report parameter.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Reports/CustomData?reportId={reportId}&parameterId={parameterId}

URI Parameters

Parameter Name Data Type Required Notes
reportId string Y
parameterId integer Y

Request Body

None.

No request body.

Response object type : Collection of ReportCustomData

Response object type Collection of ReportCustomData has the following properties.
Property Name Data Type Length Required Readonly Notes
Id string
Inactive boolean
Value string
[
  {
    "Id": "sample string 1",
    "Value": "sample string 2",
    "Inactive": true
  },
  {
    "Id": "sample string 1",
    "Value": "sample string 2",
    "Inactive": true
  }
]
<ReportCustomDataCollection xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ReportCustomData>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </ReportCustomData>
  <ReportCustomData>
    <Id>sample string 1</Id>
    <Inactive>true</Inactive>
    <Value>sample string 2</Value>
  </ReportCustomData>
</ReportCustomDataCollection>
Change Version Description Contract Old New
Operation Added 15.0.0 GetCustomData has been added. GetCustomData