GET api/appointment/stats/{eventTypeSystemName}/overview
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
eventTypeSystemName | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dezrez.Core.DataContracts.Accounts.PM.Appointments.AppointmentsOverviewDataContactName | Description | Type | Additional information |
---|---|---|---|
Total | integer |
None. |
|
NumberBetween1To7Days | integer |
None. |
|
NumberBetween8To14Days | integer |
None. |
|
NumberGreaterThan14Days | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Total": 1, "NumberBetween1To7Days": 2, "NumberBetween8To14Days": 3, "NumberGreaterThan14Days": 4 }