Skip to main content
GET
/
user
/
patient
/
uploads
Get Uploads
curl --request GET \
  --url https://api.decodahealth.com/user/patient/uploads \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "uploader": {
        "id": "<string>",
        "type": "PROVIDER",
        "firstName": "<string>",
        "lastName": "<string>",
        "phoneNumber": "<string>",
        "email": "<string>",
        "locationId": "<string>"
      },
      "status": "<string>",
      "createdDate": "2023-11-07T05:31:56Z",
      "error": "<string>"
    }
  ],
  "total": 123
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

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
PatientUpload · object[]
required
total
integer
required