- 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 opportunity
GET
/tenants/{tenant_id}/boards/{board_id}/opportunities/{opp_id}
Opportunities
Request
Path Params
tenant_id
integer <int32>
required
board_id
enum<string>Â
required
Allowed values:
NewMemberBoardExistingMemberBoard
opp_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//boards//opportunities/'
Responses
🟢200OK
text/plain
Body
id
integer <int64>
optional
company_id
integer <int32>
optional
tenant_id
integer <int32>
optional
board_type
enum<string>Â
optional
NewMemberBoard
-ExistingMemberBoard
-Allowed values:
NewMemberBoardExistingMemberBoard
name
string  | nullÂ
optional
client_info
object (ClientInfo)Â
optional
id
integer <int64>
optional
full_name
string  | nullÂ
optional
mobile_country_code
string  | nullÂ
optional
mobile_number
integer <int64>
optional
email_id
string  | nullÂ
optional
image
string  | nullÂ
optional
status
enum<string>Â
optional
Prospect
-Trial
-Client
-ClientNonMember
-ExClient
-BlockedClient
-ExClientNonMember
-Allowed values:
ProspectTrialClientClientNonMemberExClientBlockedClientExClientNonMember
stage_master_id
integer <int32>
optional
service_type
array[object (OpportunityServiceType) {3}]  | nullÂ
optional
id
integer <int32>
optional
name_primary_language
string  | nullÂ
optional
name_secondary_language
string  | nullÂ
optional
value_in_minor_currency
integer <int64>
optional
expected_closure_date
string <date-time>
optional
assigned_to_staff_id
integer <int32>
optional
tour_id
array[integer <int64>]Â |Â nullÂ
optional
trial_id
array[integer <int64>]Â |Â nullÂ
optional
comments
string  | nullÂ
optional
hot_warm_cold
enum<string>Â
optional
Cold
-Warm
-Hot
-Allowed values:
ColdWarmHot
is_fresh
booleanÂ
optional
is_stale
booleanÂ
optional
sort_order
number <double>
optional
outcome
enum<string>Â
optional
InProgress
-Won
-Lost
-Nurture
-Allowed values:
InProgressWonLostNurture
lost_reason_type
enum<string>Â
optional
LostToCompetitor
-HighPrice
-MissingFacility
-NotContactable
-Other
-Allowed values:
LostToCompetitorHighPriceMissingFacilityNotContactableOther
lost_reason_other
string  | nullÂ
optional
lost_competitor
string  | nullÂ
optional
lost_competitor_latitude
string  | nullÂ
optional
lost_competitor_longitude
string  | nullÂ
optional
lost_competitor_place_id
string  | nullÂ
optional
lost_contract_end_date
string <date-time> | nullÂ
optional
lost_expected_price_in_minor_currency
integer <int64> | nullÂ
optional
lost_missing_facility
array[string]Â |Â nullÂ
optional
lost_comments
string  | nullÂ
optional
created_by
integer <int32>
optional
created_date
string <date-time>
optional
updated_by
integer <int32>
optional
updated_date
string <date-time>
optional
latest_task
object (LatestTask)Â
optional
id
integer <int64>
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
Example
{
"id": 0,
"company_id": 0,
"tenant_id": 0,
"board_type": "NewMemberBoard",
"name": "string",
"client_info": {
"id": 0,
"full_name": "string",
"mobile_country_code": "string",
"mobile_number": 0,
"email_id": "string",
"image": "string",
"status": "Prospect"
},
"stage_master_id": 0,
"service_type": [
{
"id": 0,
"name_primary_language": "string",
"name_secondary_language": "string"
}
],
"value_in_minor_currency": 0,
"expected_closure_date": "2019-08-24T14:15:22Z",
"assigned_to_staff_id": 0,
"tour_id": [
0
],
"trial_id": [
0
],
"comments": "string",
"hot_warm_cold": "Cold",
"is_fresh": true,
"is_stale": true,
"sort_order": 0,
"outcome": "InProgress",
"lost_reason_type": "LostToCompetitor",
"lost_reason_other": "string",
"lost_competitor": "string",
"lost_competitor_latitude": "string",
"lost_competitor_longitude": "string",
"lost_competitor_place_id": "string",
"lost_contract_end_date": "2019-08-24T14:15:22Z",
"lost_expected_price_in_minor_currency": 0,
"lost_missing_facility": [
"string"
],
"lost_comments": "string",
"created_by": 0,
"created_date": "2019-08-24T14:15:22Z",
"updated_by": 0,
"updated_date": "2019-08-24T14:15:22Z",
"latest_task": {
"id": 0,
"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"
}
}
Modified at 2025-03-21 07:23:14