- 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
List staff schedules
GET
/staff/{staff_id}/schedules
Staff Management
Request
Path Params
staff_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 '/staff//schedules'
Responses
🟢200OK
text/plain
Body
items
array[object (ReportFilterScheduleResponse) {15}]  | nullÂ
optional
id
integer <int32>
optional
report_filter_id
integer <int32>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
report_key
enum<string>Â
optional
SubscriptionSignUpReport
-PaymentReport
-SubscriptionDetailReport
-ChargesFees
-FailedSubscriptionSignups
-InProgressSubscriptionSignups
-SubscriptionNotRenewing
-SubscriptionExpired
-ChurnClient
-WonBackClient
-AppointmentByCoach
-AppointmentByCategory
-CancelledAppointmentByCategory
-ClientCheckIns
-NewJoinerClient
-InvoiceSummary
-ClassAttendance
-ClassSummary
-SalesByServiceCategory
-InvoiceDetail
-ARAgingSummaryByClient
-ARAgingDetailReport
-DiscountReport
-TaskDone
-ClientCreditBalance
-MembershipExpiredReport
-MembershipRenewedReport
-CreditBalanceTransactionReport
-ClientsByServiceCategory
-InvoiceAndPaymentDetails
-ServiceCategoriesAndChargesPayments
-MembershipDetails
-EmailTransactionReport
-SMSTransactionReport
-WhatsAppTransactionReport
-SalesReturnDetailReport
-LLCValueReport
-PaymentTransactionReport
-CLientCountByCompanyLevel
-CLientCountByCategoryWise
-ClientTrialReport
-CountByMemberCategoryWise
-Allowed values:
SubscriptionSignUpReportPaymentReportSubscriptionDetailReportChargesFeesFailedSubscriptionSignupsInProgressSubscriptionSignupsSubscriptionNotRenewingSubscriptionExpiredChurnClientWonBackClientAppointmentByCoachAppointmentByCategoryCancelledAppointmentByCategoryClientCheckInsNewJoinerClientInvoiceSummaryClassAttendanceClassSummarySalesByServiceCategoryInvoiceDetailARAgingSummaryByClientARAgingDetailReportDiscountReportTaskDoneClientCreditBalanceMembershipExpiredReportMembershipRenewedReportCreditBalanceTransactionReportClientsByServiceCategoryInvoiceAndPaymentDetailsServiceCategoriesAndChargesPaymentsMembershipDetailsEmailTransactionReportSMSTransactionReportWhatsAppTransactionReportSalesReturnDetailReportLLCValueReportPaymentTransactionReportCLientCountByCompanyLevelCLientCountByCategoryWiseClientTrialReportCountByMemberCategoryWise
status
booleanÂ
optional
rule
string  | nullÂ
optional
email_ids
string  | nullÂ
optional
next_run_date
string <date-time>
optional
last_run_date
string <date-time>
optional
retry_count
integer <int32>
optional
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_date
string <date-time>
optional
Example
{
"items": [
{
"id": 0,
"report_filter_id": 0,
"company_id": 0,
"tenant_id": 0,
"report_key": "SubscriptionSignUpReport",
"status": true,
"rule": "string",
"email_ids": "string",
"next_run_date": "2019-08-24T14:15:22Z",
"last_run_date": "2019-08-24T14:15:22Z",
"retry_count": 0,
"track_mode": "StaffWebApp",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_date": "2019-08-24T14:15:22Z"
}
]
}
🟠400Bad Request
🟠401Unauthorized
🟠404Record Not Found
Modified at 2025-03-21 07:23:14