- 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
Gets client tasks
GET
/clients/{client_id}/tasks
Client Tasks
Request
Path Params
client_id
integer <int32>
required
Query Params
PageNumber
integer <int32>
optional
PageSize
integer <int32>
optional
assigned_to_staff_id
array[integer <int32>]
optional
category_id
array[integer <int32>]
optional
due_date_from
string <date-time>
optional
due_date_to
string <date-time>
optional
status
enum<string>Â
optional
Allowed values:
ScheduledCompleted
type
array[string]
optional
Allowed values:
CallSmsEmailTaskTour
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 '/clients//tasks'
Responses
🟢200OK
text/plain
Body
items
array[object (TaskResponse) {18}]  | nullÂ
optional
id
integer <int64>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
client_info
object (ClientInfo)Â
optional
oppportunity_info
object (OppportunityInfo)Â
optional
type
enum<string>Â
optional
Call
-Sms
-Email
-Task
-Tour
-Allowed values:
CallSmsEmailTaskTour
category_id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
assigned_to_staff_id
integer <int32>
optional
title
string  | nullÂ
optional
priority
enum<string>Â
optional
High
-Med
-Low
-Allowed values:
HighMedLow
status
enum<string>Â
optional
Scheduled
-Completed
-Allowed values:
ScheduledCompleted
scheduled_date
string <date-time>
optional
notes
string  | nullÂ
optional
comments
array[object (CommentResponse) {10}]  | nullÂ
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
statistics
array[object (TaskResponse) {18}]  | nullÂ
optional
id
integer <int64>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
client_info
object (ClientInfo)Â
optional
oppportunity_info
object (OppportunityInfo)Â
optional
type
enum<string>Â
optional
Call
-Sms
-Email
-Task
-Tour
-Allowed values:
CallSmsEmailTaskTour
category_id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
assigned_to_staff_id
integer <int32>
optional
title
string  | nullÂ
optional
priority
enum<string>Â
optional
High
-Med
-Low
-Allowed values:
HighMedLow
status
enum<string>Â
optional
Scheduled
-Completed
-Allowed values:
ScheduledCompleted
scheduled_date
string <date-time>
optional
notes
string  | nullÂ
optional
comments
array[object (CommentResponse) {10}]  | nullÂ
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
total_items
integer <int64>
optional
total_pages
integer <int64>
optional
current_page
integer <int64>
optional
Example
{
"items": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"client_info": {
"id": 0,
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"image": "string",
"status": "Prospect"
},
"oppportunity_info": {
"id": 0,
"board_type": "NewMemberBoard",
"name": "string",
"stage_master_id": 0,
"hot_warm_cold": "Cold",
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"service_type": [
{
"id": 0,
"name_primary_language": "string",
"name_secondary_language": "string"
}
]
},
"type": "Call",
"category_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"assigned_to_staff_id": 0,
"title": "string",
"priority": "High",
"status": "Scheduled",
"scheduled_date": "2019-08-24T14:15:22Z",
"notes": "string",
"comments": [
{
"comments_id": 0,
"comments_company_id": 0,
"comments_tenant_id": 0,
"comments_task_id": 0,
"comments_content": "string",
"comments_track_mode": "StaffWebApp",
"comments_created_by": 0,
"comments_created_date": "2019-08-24T14:15:22Z",
"comments_updated_by": 0,
"comments_updated_date": "2019-08-24T14:15:22Z"
}
],
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z"
}
],
"statistics": [
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"client_info": {
"id": 0,
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"image": "string",
"status": "Prospect"
},
"oppportunity_info": {
"id": 0,
"board_type": "NewMemberBoard",
"name": "string",
"stage_master_id": 0,
"hot_warm_cold": "Cold",
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"service_type": [
{
"id": 0,
"name_primary_language": "string",
"name_secondary_language": "string"
}
]
},
"type": "Call",
"category_id": 0,
"name_primary_language": "string",
"name_secondary_language": "string",
"assigned_to_staff_id": 0,
"title": "string",
"priority": "High",
"status": "Scheduled",
"scheduled_date": "2019-08-24T14:15:22Z",
"notes": "string",
"comments": [
{
"comments_id": 0,
"comments_company_id": 0,
"comments_tenant_id": 0,
"comments_task_id": 0,
"comments_content": "string",
"comments_track_mode": "StaffWebApp",
"comments_created_by": 0,
"comments_created_date": "2019-08-24T14:15:22Z",
"comments_updated_by": 0,
"comments_updated_date": "2019-08-24T14:15:22Z"
}
],
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z"
}
],
"total_items": 0,
"total_pages": 0,
"current_page": 0
}
Modified at 2025-03-21 07:23:14