RESTful Web API
Home / All Resources / v1/appeal/preview?ClaimId={ClaimId}&UserId={UserId}&AppealId={AppealId}
GET v1/appeal/preview?ClaimId={ClaimId}&UserId={UserId}&AppealId={AppealId}
Provides a means of checking on the status of a previous Preview request
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ClaimId |
Claim ID (Patient Control Number) of a claim submitted through ClaimRemedi. |
string |
Required |
| UserId |
The ClaimRemedi User ID for the user uploading the appeal. |
string |
Required |
| AppealId |
An appeal ID unique to the customer that this user belongs to. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The status of the Preview request.
AppealPreviewSubmitResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | string |
None. |
|
| ClaimId | string |
None. |
|
| AppealId | string |
None. |
|
| Attachments | Collection of string |
None. |
|
| TimeStamp | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": "sample string 1",
"ClaimId": "sample string 2",
"AppealId": "sample string 3",
"Attachments": [
"sample string 1",
"sample string 2"
],
"TimeStamp": "2025-11-14T15:18:37.7553975-08:00"
}