Tross
AVAILITY

Fetch Appeals

Fetch appeals in Availity

POSThttps://api.ontross.com/api/integrations/availity/fetch-appeals
Request Fields
input
object
required
Input object.
input.payer
string
Payer
input.org_name
string
Org name
input.limit
integer
Limit
input.offset
integer
Offset
input.status
string
Status
auth_id
string
required
Auth id
Output Fields
appeals
array
List of appeals.
appeals[].id
string
Id
appeals[].payerId
string
Payer id
appeals[].type
string
Type
appeals[].assignedTo
string
Assigned to
appeals[].createdOn
string
Created on
appeals[].lastTouchedBy
string
Last touched by
appeals[].lastTouchedOn
string
Last touched on
appeals[].data
object
Data object.
appeals[].data.externalId
string
External id
appeals[].data.caseNumber
string
Case number
appeals[].data.claimNumber
string
Claim number
appeals[].data.patientFirstName
string
Patient first name
appeals[].data.patientLastName
string
Patient last name
appeals[].data.patientDOB
string
Patient dob
appeals[].data.patientGender
string
Patient gender
appeals[].data.patientAccountNumber
string
Patient account number
appeals[].data.serviceStart
string
Service start
appeals[].data.serviceEnd
string
Service end
appeals[].data.providerName
string
Provider name
appeals[].data.patientId
string
Patient id
appeals[].data.attachments
array
List of attachments.
appeals[].data.attachments[].dcn
string
Dcn
appeals[].data.attachments[].documentName
string
Document name
appeals[].data.attachments[].documentType
string
Document type
appeals[].data.attachments[].documentSize
integer
Document size
appeals[].data.attachments[].filename
string
Filename
appeals[].data.attachments[].mimeType
string
Mime type
appeals[].data.attachments[].akaName
string
Aka name
appeals[].data.attachments[].reference
string
Reference
appeals[].data.attachments[].s3Reference
string
S3 reference
appeals[].data.attachments[].createDate
string
Create date
appeals[].data.attachments[].additionalProperties
object
Additional properties object.
appeals[].data.attachments[].ayden_file_id
string
Ayden file id
appeals[].data.relatedAppeals
array
List of related Appeals.
appeals[].data.labels
array
List of labels.
appeals[].data.metadata
object
Metadata object.
appeals[].data.metadata.msg
string
Msg
appeals[].data.metadata.reason
string
Reason
appeals[].data.metadata.values
string
Values
appeals[].data.metadata.MaTxnId
string
Ma txn id
appeals[].data.metadata.onBehalfOf
string
On behalf of
appeals[].data.metadata.referenceId
string
Reference id
appeals[].data.metadata.requestType
string
Request type
appeals[].data.metadata.sccfNumber
string
Sccf number
appeals[].data.metadata.locationCode
string
Location code
appeals[].data.metadata.admissionDate
string
Admission date
appeals[].data.metadata.conditionCode
string
Condition code
appeals[].data.metadata.conditionDate
string
Condition date
appeals[].data.metadata.contactNumber
string
Contact number
appeals[].data.metadata.submitterType
string
Submitter type
appeals[].data.metadata.diagnosisCodes
string
Diagnosis codes
appeals[].data.metadata.sanctionAmount
string
Sanction amount
appeals[].data.metadata.businessChannel
string
Business channel
appeals[].data.metadata.attachmentMessage
string
Attachment message
appeals[].data.metadata.locationCodeDescription
string
Location code description
appeals[].data.metadata.eligibleForClaimHistorySSO
string
Eligible for claim history sso
appeals[].data.metadata.submitOnBehalfOfDescription
string
Submit on behalf of description
appeals[].data.metadata.occurrences
string
Occurrences
appeals[].data.checkNumber
string
Check number
appeals[].data.checkDate
string
Check date
appeals[].data.checkAmount
number
Check amount
appeals[].data.totalBilled
number
Total billed
appeals[].data.totalPaid
number
Total paid
appeals[].data.methodOfReceipt
string
Method of receipt
appeals[].data.lineOfBusiness
string
Line of business
appeals[].data.groupNumber
string
Group number
appeals[].status
object
Status object.
appeals[].status.id
string
Id
appeals[].status.appealId
string
Appeal id
appeals[].status.assignedTo
string
Assigned to
appeals[].status.state
string
State
appeals[].status.substatus
string
Substatus
appeals[].status.createDt
string
Create dt
appeals[].status.akaName
string
Aka name
appeals[].status.decision
string
Decision
appeals[].status.decisionReason
string
Decision reason
appeals[].status.metadata
object
Metadata object.
appeals[].npi
string
Npi
appeals[].customerId
string
Customer id
appeals[].lastSeen
string
Last seen
appeals[].errorDetails
array
List of error Details.
total_appeals_count
integer
Total appeals count
downloaded_files_count
integer
Downloaded files count
Code
curl --request POST \
  --url https://api.ontross.com/api/integrations/availity/fetch-appeals \
  --header 'X-API-Key: REPLACE_KEY_VALUE' \
  --header 'content-type: application/json' \
  --data '{"input":{"payer":"value","org_name":"value","limit":"value","offset":"value","status":"value"},"auth_id":"auth_uuid_here"}'
Request BODY
{
  "input": {
    "payer": "value",
    "org_name": "value",
    "limit": "value",
    "offset": "value",
    "status": "value"
  },
  "auth_id": "auth_uuid_here"
}