Appeals Test
Finance/Appeals/{appealId}
Get details of an Appeal.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Appeals/{appealId}

URI Parameters

Parameter Name Data Type Required Notes
appealId integer Y

Request Body

None.

No request body.

Response object type : Appeal

Response object type Appeal has the following properties.
Property Name Data Type Length Required Readonly Notes
AppealItemizedCost decimal number N
Campaign CampaignSummary N
FK: T_CAMPAIGN.campaign_no   Resource: Campaigns
Category AppealCategorySummary N
FK: TR_Appeal_Category.id
ControlGroup ControlGroupSummary N
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
Description string N
EndDateTime date N
GiftAmount decimal number N
GoalAmount decimal number N
Id integer N
Inactive boolean N
NumSuccessConstituents integer N
NumTargetConstituents integer N
PledgeAmount decimal number N
PledgeReceivedAmount decimal number N
StartDateTime date N
Status string N
UpdatedBy string N
UpdatedDateTime date N
{
  "AppealItemizedCost": 1.0,
  "CreatedDateTime": "2025-04-24T09:41:54.2661062-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "EndDateTime": "2025-04-24T09:41:54.2661062-07:00",
  "GiftAmount": 5.0,
  "GoalAmount": 6.0,
  "Id": 1,
  "Inactive": true,
  "NumSuccessConstituents": 7,
  "NumTargetConstituents": 8,
  "PledgeReceivedAmount": 9.0,
  "PledgeAmount": 10.0,
  "StartDateTime": "2025-04-24T09:41:54.2661062-07:00",
  "Status": "sample string 11",
  "Campaign": {
    "Id": 1,
    "Description": "sample string 1",
    "FYear": 1,
    "Inactive": true,
    "MembershipOrganization": {
      "Description": "sample string 1",
      "Id": 1,
      "EditIndicator": true
    }
  },
  "Category": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "ControlGroup": {
    "Description": "sample string 1",
    "Id": 2,
    "Inactive": true
  },
  "UpdatedDateTime": "2025-04-24T09:41:54.2661062-07:00",
  "UpdatedBy": "sample string 12"
}
<Appeal xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AppealItemizedCost>1</AppealItemizedCost>
  <Campaign>
    <Description>sample string 1</Description>
    <FYear>1</FYear>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <MembershipOrganization>
      <Description>sample string 1</Description>
      <EditIndicator>true</EditIndicator>
      <Id>1</Id>
    </MembershipOrganization>
  </Campaign>
  <Category>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Category>
  <ControlGroup>
    <Description>sample string 1</Description>
    <Id>2</Id>
    <Inactive>true</Inactive>
  </ControlGroup>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T09:41:54.2661062-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <EndDateTime>2025-04-24T09:41:54.2661062-07:00</EndDateTime>
  <GiftAmount>5</GiftAmount>
  <GoalAmount>6</GoalAmount>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <NumSuccessConstituents>7</NumSuccessConstituents>
  <NumTargetConstituents>8</NumTargetConstituents>
  <PledgeAmount>10</PledgeAmount>
  <PledgeReceivedAmount>9</PledgeReceivedAmount>
  <StartDateTime>2025-04-24T09:41:54.2661062-07:00</StartDateTime>
  <Status>sample string 11</Status>
  <UpdatedBy>sample string 12</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:41:54.2661062-07:00</UpdatedDateTime>
</Appeal>
Change Version Description Contract Old New
Parameter Changed 15.0.0 appealId has been marked as required. Required