- 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 client trial
GET
/tenants/{tenant_id}/clients/{client_id}/trials/{clt_trial_id}
Client Trials
Request
Path Params
tenant_id
integer <int32>
required
client_id
integer <int32>
required
clt_trial_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//clients//trials/'
Responses
🟢200OK
application/json
Body
id
integer <int64>
optional
trialmst_id
integer <int32>
optional
client_id
integer <int64>
optional
tenant_id
integer <int32>
optional
company_id
integer <int32>
optional
opportunity_id
integer <int64>
optional
start_date
string <date-time>
optional
end_date
string <date-time>
optional
max_trial_class
integer <int32>
optional
max_trial_appt
integer <int32>
optional
owner_id
integer <int32>
optional
status
enum<string>Â
optional
Created
-Active
-InActive
-Completed
-Allowed values:
CreatedActiveInActiveCompleted
type
enum<string>Â
optional
DaysBased
-ClassBased
-ApptBased
-Allowed values:
DaysBasedClassBasedApptBased
trial_type
enum<string>Â
optional
DaysBased
-ClassBased
-ApptBased
-Allowed values:
DaysBasedClassBasedApptBased
booked_trials
integer <int32>
optional
total_used_trials
integer <int32>
optional
attended_trials
integer <int32>
optional
noshow_trials
integer <int32>
optional
available_trials
integer <int32>
optional
max_trial_validity
integer <int32>
optional
trial_booking
array[object (ClientTrialBookingResponse) {8}]  | nullÂ
optional
class_id
integer <int64>
optional
id
integer <int64>
optional
type
enum<string>Â <int32>
optional
Appointment
-Class
-Trial
-Allowed values:
AppointmentClassTrial
type_name
string  | nullÂ
optional
start_date
string <date-time>
optional
end_date
string <date-time>
optional
trainer_id
integer <int64>
optional
status
enum<string>Â
optional
NoStatus
-Booked
-Attended
-NoShow
-Cancelled
-Erroneous
-Replaced
-GiveUpSlot
-Allowed values:
NoStatusBookedAttendedNoShowCancelledErroneousReplacedGiveUpSlot
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
updated_date
string <date-time>
optional
uuid
string  | nullÂ
optional
completion_link_id
integer <int64>
optional
Example
{
"id": 0,
"trialmst_id": 0,
"client_id": 0,
"tenant_id": 0,
"company_id": 0,
"opportunity_id": 0,
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"max_trial_class": 0,
"max_trial_appt": 0,
"owner_id": 0,
"status": "Created",
"type": "DaysBased",
"trial_type": "DaysBased",
"booked_trials": 0,
"total_used_trials": 0,
"attended_trials": 0,
"noshow_trials": 0,
"available_trials": 0,
"max_trial_validity": 0,
"trial_booking": [
{
"class_id": 0,
"id": 0,
"type": "Appointment",
"type_name": "string",
"start_date": "2019-08-24T14:15:22Z",
"end_date": "2019-08-24T14:15:22Z",
"trainer_id": 0,
"status": "NoStatus"
}
],
"track_mode": "StaffWebApp",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z",
"uuid": "string",
"completion_link_id": 0
}
Modified at 2025-03-21 07:23:14