OBJECT
AppointmentSummaryData
link GraphQL Schema definition
- type AppointmentSummaryData {
- # The array containing the appointment count for each appointment status for the
- # specific day
- AppointmentPerDayData] : [
- # The array containing the appointment count for each appointment status for each
- # provider for the specific day
- AppointmentPerUserData] : [
- # The array containing the appointment count for each appointment status for each
- # provider for each appointment type for the specific day
- AppointmentPerTypePerUserData] : [
- # The array containing the appointment count for each appointment status for each
- # appointment type for the specific day
- AppointmentPerTypePerDayData] : [
- # The count of appointments for each appointment type
- AppointmentTypeAppointmentCountData] : [
- # The average amount of appointments per day
- Int :
- # The difference between the current average amount of appointments and the
- # average count of appointments in prior period
- Int :
- # The busiest week day in selected period
- String] : [
- # The difference in contrast to previous period in percents
- Int :
- # The total appointment count
- Int :
- }