- Introduction
- Quickstart
- Webhooks
- Campaign
- Class
- Client
- Retrieves all client for a Tenant
- Creates a new client
- Gets client by ID
- Gets clients birthday list
- Gets clients at risk
- Gets client mandatory fields
- Adds client to blacklist
- Removes client from blacklist
- Updates client details
- Used for partial updates of client details
- Changes client representative
- Lists prospects
- Lists ex-clients
- Resets client password
- Changes client representative for multiple clients
- Lists prospect effective date history
- Transfers prospect
- Company
- Invoice
- Organisation
- Search
- Tax
- Tenant
- Appointments
- Create new appointmentPOST
- List appointmentsGET
- Change client membership in appointmentPUT
- Get appointmentGET
- Update appointmentPUT
- Mark client as checked inPOST
- Mark client as no-showPOST
- Substitute coach for appointmentPOST
- Reschedule appointmentPOST
- Cancel appointmentPOST
- List appointments by client IDGET
- Create appointment complimentory sessionPOST
- Create appointmentPOST
- Reschedule appointmentPOST
- Get appointmentGET
- Appointment Types
- Authentication
- Automation
- Call Transactions
- Charge Categories
- Charge Master
- Recurring Class
- Class Booking
- Class Complimentory
- Class Types
- Company level class types
- Client Communication
- Client Tasks
- Client Sales
- Client Waivers
- Client Sessions
- Client Referrals
- Client Offers
- Client Export
- Client Billing
- Client Check-in
- Client Credit Balance
- Client Documents
- Client Invoices
- Client Membership
- Client Open API
- Client Payments
- Client Subscriptions
- Client Memberships
- Client Subscription Cancellation
- Client Subscription Freeze
- Client Trials
- Client Upgrade
- Balance Write Off
- Email Template
- Email Template - Franchise
- Create email template at franchise level
- Get list of email templates at franchise level
- Update email template at franchise level
- Get email template at franchise level
- Delete email template at franchise level
- Mark email template as inactive at franchise level
- Mark email template as active at franchise level
- Email Template - Tenant
- Franchise Groups
- Payment Methods
- Invoices
- Offer Master
- Online Signup
- Subscription
- Sales
- Staff Availability
- List staff availability
- List staff availability by appointment category
- List next available slots by appointment category
- Check staff availability
- Check staff availability for appointment category
- Check staff availability for recurring schedule
- Check staff availability for recurring schedule
- Get staff scheduled unavailability
- List staff availability for tours
- Opportunities
- Opportunity Stage Master
- Payments
- Refunds
- Reports
- Report Filter Schedules
- Access Requests
- Rooms
- Sales Returns
- Email Communication
- SMS
- Service Categories
- Staff Management
- Staff Appointment Type Link
- Staff Notifications
- Staff Schedule
- Subscription Plans
- Subscription Signup
- Tasks
- Task Categories
- Task Open API
- Trial Master
List appointments
GET
/tenants/{tenant_id}/appointments
Appointments
Request
Path Params
tenant_id
integer <int32>
required
Query Params
start_datetime
string <date-time>
required
end_datetime
string <date-time>
required
coach_id
integer <int32>
optional
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/tenants//appointments?start_datetime&end_datetime'
Responses
🟢200OK
text/plain
Body
items
array[object (AppointmentListResponse) {39}]  | nullÂ
optional
id
integer <int64>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
type_id
integer <int32>
optional
client_id
integer <int64>
optional
status
enum<string>Â
optional
Booked
-Attended
-NoShow
-Cancelled
-Allowed values:
BookedAttendedNoShowCancelled
start_datetime
string <date-time>
optional
end_datetime
string <date-time>
optional
type_name_primary_language
string  | nullÂ
optional
type_name_secondary_language
string  | nullÂ
optional
tenant_name_primary_language
string  | nullÂ
optional
tenant_name_secondary_language
string  | nullÂ
optional
recurring_template_id
integer <int32>
optional
recurring_rule
string  | nullÂ
optional
type_color
string  | nullÂ
optional
subtype_name_primary_language
string  | nullÂ
optional
subtype_name_secondary_language
string  | nullÂ
optional
subtype_description_primary_language
string  | nullÂ
optional
subtype_description_secondary_language
string  | nullÂ
optional
subtype_things_to_carry_primary_language
array[string]Â |Â nullÂ
optional
subtype_things_to_carry_secondary_language
array[string]Â |Â nullÂ
optional
behaviour
enum<string>Â
optional
Anyone_Free
- Anyone can book freelySession_Pack
- Booking requires a session packMembership_Session_Pack
- Booking requires membership and a session packMembers_Only_Session
- Booking requires a membership but no session packAllowed values:
Anyone_FreeSession_PackMembership_Session_PackMembers_Only_Session
booking_opens_in_minutes
integer <int32>
optional
duration_in_minutes
integer <int32>
optional
is_virtual
booleanÂ
optional
virtual_url
string  | nullÂ
optional
tag_name_primary_language
array[string]Â |Â nullÂ
optional
tag_name_secondary_language
array[string]Â |Â nullÂ
optional
coach_id
integer <int32>
optional
coach_name
string  | nullÂ
optional
coach_description
string  | nullÂ
optional
coach_image_url
string  | null