Skip to main content
GET
/
user
/
patient
/
uploads
/
{upload_id}
Get Upload Errors
curl --request GET \
  --url https://api.decodahealth.com/user/patient/uploads/{upload_id} \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "firstNameValue": "",
      "firstName": "",
      "lastName": "",
      "email": "",
      "phoneNumber": "",
      "dateOfBirth": "",
      "externalId": "",
      "externalChargeId": "",
      "externalChargeCreatedDate": "",
      "address": "",
      "addressLineTwo": "",
      "city": "",
      "state": "",
      "zipCode": "",
      "balanceDescription": "",
      "outstandingBalance": ""
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

upload_id
string
required

Query Parameters

page
integer | null
per_page
integer | null
sort_by
string | null
sort_direction
enum<string> | null
Available options:
asc,
desc
location_id
string | null

Response

Successful Response

data
PatientUploadErrors · object[]
required
total
integer
required