ZealSchedule
Search…
Getting Started
Authentication
Services API
Service API Introduction
1:1 Appointment Service
Service API Lookup Tables
Contacts API
Contact API Introduction
Create Contact
Update Contact
Fetch Contacts
Delete Contact
Scheduling API
Scheduling API Introduction
Availability Of The Service
Schedule Appointment
Cancel Booking
Reschedule Booking
List Of Appointments Scheduled
Settings API
Generate API Key
Business Hours
Block Off Period
Email API
Get Email Template
Staff API
Fetch Staffs
Powered By
GitBook
List Of Appointments Scheduled
Fetch the list of appointments scheduled within a specified organization.
get
https://api.zealschedule.com
/schedule/appointments/list
Fetch the list of appointments scheduled
Sample Request
Assistance
1
{
2
"period":
3
{
4
"view":"general",
5
"rangeStart":"2020-06-01",
6
"rangeEnd":"2020-08-01"
7
},
8
"criteria":
9
{
10
"status":["scheduled","canceled"]
11
}
12
}
Copied!
Scheduling API - Previous
Reschedule Booking
Next - Settings API
Generate API Key
Last modified
1yr ago
Copy link