Retrieve an appeal by its ID
| Parameter | Description | Additional information |
|---|---|---|
| text | The AppealID of the appeal |
Define this parameter in the request URI. |
| Field Name | Notes |
|---|---|
| AppealDate | Auto-assigned by the Aegis CRM application and indicates when the database record was created. |
| AppealID | Primary key for all Aegis CRM appeals. |
| AppealType | Valid choices are limited to 'BULK', 'RESPONSE', or 'GLOBAL_AVAIL_RESPONSE'. |
{
"AppealID": "sample string 1",
"AppealName": "sample string 2",
"AppealType": "sample string 3",
"AppealDate": "2025-11-01T23:23:58.4187351-06:00",
"Active": true
}
<AppealModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDS.Web.WebApi.Models"> <Active>true</Active> <AppealDate>2025-11-01T23:23:58.4187351-06:00</AppealDate> <AppealID>sample string 1</AppealID> <AppealName>sample string 2</AppealName> <AppealType>sample string 3</AppealType> </AppealModel>