- 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 appointment
- List appointments
- Change client membership in appointment
- Get appointment
- Update appointment
- Mark client as checked in
- Mark client as no-show
- Substitute coach for appointment
- Reschedule appointment
- Cancel appointment
- List appointments by client ID
- Create appointment complimentory session
- Create appointment
- Reschedule appointment
- Get appointment
- 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
Get recurring class template
GET
/tenants/{tenant_id}/recurring_classes/{class_recurring_template_id}
Recurring Class
Request
Path Params
tenant_id
integer <int32>
required
class_recurring_template_id
integer <int32>
required
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//recurring_classes/'
Responses
🟢200OK
text/plain
Body
recurring_template_id
integer <int32>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
coach_id
integer <int32>
optional
class_type
object (ClassTypeDetails)Â
optional
type_id
integer <int32>
optional
type_name_primary_language
string  | nullÂ
optional
type_name_secondary_language
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
type_color
string  | nullÂ
optional
room
object (ClassRoomDetails)Â
optional
room_id
integer <int32>
optional
room_name_primary_language
string  | nullÂ
optional
room_name_secondary_language
string  | nullÂ
optional
subtype_name_primary_language
string  | nullÂ
optional
subtype_name_secondary_language
string  | nullÂ
optional
status
enum<string>Â
optional
Scheduled
-Cancelled
-Completed
-Allowed values:
ScheduledCancelledCompleted
recurring_start_date
string <date-time>
optional
recurring_end_date
string <date-time>
optional
start_time
string  | nullÂ
optional
end_time
string  | nullÂ
optional
is_virtual
booleanÂ
optional
virtual_url
string  | nullÂ
optional
recurring_rule
string  | nullÂ
optional
accepts_trial
booleanÂ
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
duration_in_minutes
integer <int32>
optional
tag_name_primary_language
array[string]Â |Â nullÂ
read-onlyoptional
tag_name_secondary_language
array[string]Â |Â nullÂ
read-onlyoptional
track_mode
enum<string>Â
optional
StaffWebApp
-StaffMobileApp
-ClientMobileApp
-ClientPurchasePortal
-ClientWebsiteWidget
-FFMavrick
-ClientWebSignup
-FFHangfireJob
-Widget
-Allowed values:
StaffWebAppStaffMobileAppClientMobileAppClientPurchasePortalClientWebsiteWidgetFFMavrickClientWebSignupFFHangfireJobWidget
created_by
integer <int32>
optional
created_date
string <date-time>
optional
updated_by
integer <int32>
optional
update_date
string <date-time>
optional
place_id
string  | nullÂ
optional
latitude
number <double>
optional
longitude
number <double>
optional
comments
string  | nullÂ
optional
room_id
integer <int32>
optional
sub_type_description_pri_lang
string  | nullÂ
optional
sub_type_description_sec_lang
string  | nullÂ
optional
sub_type_things_to_carry_pri_lang
string  | nullÂ
optional
sub_type_things_to_carry_sec_lang
string  | nullÂ
optional
max_capacity
integer <int32>
optional
max_waitlist
integer <int32>
optional
created_till_date
string <date-time>
optional
recurring_status
enum<string>Â
optional
Pending
-PartiallyComplete
-Complete
-Allowed values:
PendingPartiallyCompleteComplete
is_dropin_allowed
booleanÂ
optional
service_type_id
string  | nullÂ
optional
Example
{
"recurring_template_id": 0,
"company_id": 0,
"tenant_id": 0,
"coach_id": 0,
"class_type": {
"type_id": 0,
"type_name_primary_language": "string",
"type_name_secondary_language": "string",
"behaviour": "Anyone_Free",
"type_color": "string"
},
"room": {
"room_id": 0,
"room_name_primary_language": "string",
"room_name_secondary_language": "string"
},
"subtype_name_primary_language": "string",
"subtype_name_secondary_language": "string",
"status": "Scheduled",
"recurring_start_date": "2019-08-24T14:15:22Z",
"recurring_end_date": "2019-08-24T14:15:22Z",
"start_time": "string",
"end_time": "string",
"is_virtual": true,
"virtual_url": "string",
"recurring_rule": "string",
"accepts_trial": true,
"behaviour": "Anyone_Free",
"duration_in_minutes": 0,
"tag_name_primary_language": [
"string"
],
"tag_name_secondary_language": [
"string"
],
"track_mode": "StaffWebApp",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"update_date": "2019-08-24T14:15:22Z",
"place_id": "string",
"latitude": 0,
"longitude": 0,
"comments": "string",
"room_id": 0,
"sub_type_description_pri_lang": "string",
"sub_type_description_sec_lang": "string",
"sub_type_things_to_carry_pri_lang": "string",
"sub_type_things_to_carry_sec_lang": "string",
"max_capacity": 0,
"max_waitlist": 0,
"created_till_date": "2019-08-24T14:15:22Z",
"recurring_status": "Pending",
"is_dropin_allowed": true,
"service_type_id": "string"
}
🟠400Bad Request
🟠401Unauthorized
Modified at 2025-03-21 07:23:14