Http Verb | GET |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Appeals/Summary?activeOnly={activeOnly} |
URI Parameters
|
Request BodyNone. |
Response object type : Collection of AppealSummary
Response object type Collection of AppealSummary has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Description | string | ||||
Id | integer | ||||
Inactive | boolean |
[
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
},
{
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
]
<AppealSummaries xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Appeal>
<Appeal>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</Appeal>
</AppealSummaries>
No entries in change log for this operation.