Skip to main content
GET
/
appointment-dashboard
/
patient-pending-intake
Get Patient Pending Intake
curl --request GET \
  --url https://api.decodahealth.com/appointment-dashboard/patient-pending-intake \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
{
  "data": [
    {
      "id": "<string>",
      "patientId": "<string>",
      "patientFirstName": "<string>",
      "appointmentStart": "<string>",
      "provider": "<string>",
      "appointmentType": "<string>",
      "patientLastName": "<string>",
      "phoneNumber": "<string>",
      "email": "<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

tz
string
required
start_date
string<date> | null
end_date
string<date> | null
provider_ids
string | null
location_ids
string | null
page
integer | null
per_page
integer | null

Response

Successful Response

data
PatientPendingIntake · object[]
required
total
integer
required