Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Reporting/Reports/CustomData?reportId={reportId}¶meterId={parameterId} |
URI Parameters
|
Request BodyNone. |
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 |