- Introduction
- Quickstart
- Webhooks
- Campaign
- Class
- Client
- Retrieves all client for a TenantGET
- Creates a new clientPOST
- Gets client by IDGET
- Gets clients birthday listGET
- Gets clients at riskGET
- Gets client mandatory fieldsGET
- Adds client to blacklistPOST
- Removes client from blacklistPOST
- Updates client detailsPUT
- Used for partial updates of client detailsPATCH
- Changes client representativePOST
- Lists prospectsGET
- Lists ex-clientsGET
- Resets client passwordPOST
- Changes client representative for multiple clientsPOST
- Lists prospect effective date historyGET
- Transfers prospectPOST
- 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 class type details
GET
/tenants/{tenant_id}/class_types/{class_type_id}
Class Types
Request
Path Params
tenant_id
integer <int32>
required
class_type_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//class_types/'
Responses
🟢200OK
application/json
Body
id
integer <int32>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
service_type_id
array[integer <int32>]Â |Â nullÂ
optional
name_primary_language
string  | nullÂ
optional
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
color
string  | nullÂ
optional
status
enum<string>Â
optional
InActive
-Active
-Allowed values:
InActiveActive
accessible_on_staff_facing_apps
booleanÂ
optional
accessible_on_member_facing_apps
booleanÂ
optional
accessible_on_website_widgits
booleanÂ
optional
logo
string  | nullÂ
optional
is_small_group_training
booleanÂ
optional
maximum_capacity
integer <int32>
optional
maximum_waitlist
integer <int32>
optional
commission_mode
enum<string>Â
optional
NoCommission
-RevenueShare
-FlatFees
-Allowed values:
NoCommissionRevenueShareFlatFees
minimum_booking_cancel_time
integer <int32>
optional
mark_trainer_busy
booleanÂ
optional
is_room_mandatory
booleanÂ
optional
maximum_booking_client_side
integer <int32>
optional
maximum_booking_staff_side
integer <int32>
optional
booking_opens_in_minutes
integer <int32>
optional
is_online_cancel_booking_allowed
booleanÂ
optional
duration_in_minutes
integer <int32>
optional
allows_trial
booleanÂ
optional
tags
array[object (ClassAppointmentTagMasterResponse) {3}]  | nullÂ
optional
id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
updated_date
string <date-time>
optional
dropin_plan_id
integer <int32>
optional
subtypes
array[object (ClassSubTypeData) {12}]  | nullÂ
optional
id
integer <int32>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
class_type_id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
description_primary_language
string  | nullÂ
optional
description_secondary_language
string  | nullÂ
optional
things_to_carry_primary_language
array[string]Â |Â nullÂ
optional
things_to_carry_secondary_language
array[string]Â |Â nullÂ
optional
sessions_per_day
integer <int32>
optional
sessions_per_week
integer <int32>
optional
session_per_month
integer <int32>
optional
Example
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"service_type_id": [
0
],
"name_primary_language": "string",
"name_secondary_language": "string",
"behaviour": "Anyone_Free",
"color": "string",
"status": "InActive",
"accessible_on_staff_facing_apps": true,
"accessible_on_member_facing_apps": true,
"accessible_on_website_widgits": true,
"logo": "string",
"is_small_group_training": true,
"maximum_capacity": 0,
"maximum_waitlist": 0,
"commission_mode": "NoCommission",
"minimum_booking_cancel_time": 0,
"mark_trainer_busy": true,
"is_room_mandatory": true,
"maximum_booking_client_side": 0,
"maximum_booking_staff_side": 0,
"booking_opens_in_minutes": 0,
"is_online_cancel_booking_allowed": true,
"duration_in_minutes": 0,
"allows_trial": true,
"tags": [
{
"id": 0,
"name_primary_language": "string",
"name_secondary_language": "string"
}
],
"updated_date": "2019-08-24T14:15:22Z",
"dropin_plan_id": 0,
"subtypes": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"class_type_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"description_primary_language": "string",
"description_secondary_language": "string",
"things_to_carry_primary_language": [
"string"
],
"things_to_carry_secondary_language": [
"string"
]
}
],
"sessions_per_day": 0,
"sessions_per_week": 0,
"session_per_month": 0
}
🟠403Forbidden
🟠404Record Not Found
Modified at 2025-03-21 07:23:14