Skip to main content
GET
/
appointment-dashboard
/
provider-utilization
Get Provider Utilization
curl --request GET \
  --url https://api.decodahealth.com/appointment-dashboard/provider-utilization \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "provider": {
      "id": "<string>",
      "type": "PROVIDER",
      "firstName": "<string>",
      "lastName": "<string>",
      "phoneNumber": "<string>",
      "email": "<string>",
      "locationId": "<string>"
    },
    "appointmentTime": 123,
    "appointmentCount": 123,
    "totalTime": 123,
    "utilizationRate": 123
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Query Parameters

start_date
string<date> | null
end_date
string<date> | null
timezone
string
required
provider_ids
string | null
location_ids
string | null

Response

Successful Response

provider
UserTiny · object
required
appointmentTime
integer
required
appointmentCount
integer
required
totalTime
integer
required
utilizationRate
number
required