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

NameDescriptionTypeAdditional 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
NameDescriptionTypeAdditional 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": "2024-05-03T23:21:11.6424177-07:00"
}