WellnessLiving API (v1)
  1. Schedule
WellnessLiving API (v1)
  • WellnessLiving API
  • Auth
    • Authentication
  • Appointment
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • Business
    • /v1/business
    • /v1/business/skin
  • Classes
    • /v1/classes/list
    • /v1/classes/view/element
  • Collector
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • Drive
    • /v1/drive/product/image/upload
  • Event
    • /v1/event/book/list
    • /v1/event/list
    • /v1/event/book/view/element
  • Location
    • /v1/location/list
    • /v1/location/view
  • Login
    • /v1/login/search/settings
    • /v1/login/search/staff-app/list
    • /v1/login/search/settings
  • Member
    • /v1/member/info
  • Profile
    • /v1/profile/purchase/list
    • /v1/profile/contract
    • /v1/profile/purchase/list/element
  • Promotion
    • /v1/promotion/list
    • /v1/promotion
  • Purchase
    • /v1/purchase/receipt
  • Report
    • /v1/report/data
    • /v1/report/query
  • Schedule
    • /v1/schedule/class/list
      GET
    • /v1/schedule/page/list
      GET
    • /v1/schedule/tab
      GET
    • /v1/schedule/class/view
      GET
    • /v1/schedule/page/element
      GET
  • Shop
    • /v1/shop/category
  • Staff
    • /v1/staff/list
    • /v1/staff/view
  • User
    • /v1/user
  • Visit
    • /v1/visit/status
  1. Schedule

/v1/schedule/page/element

Testing
GET
https://uat-api.wellnessliving.io/v1/schedule/page/element
This endpoint makes an HTTP GET request to retrieve schedule page element details based on the provided region, business, and visit identifiers.

Request#

Parameters:
id_region (query parameter) - The identifier for the region.
k_business (query parameter) - The identifier for the business.
k_visit (query parameter) - The identifier for the visit.

Response#

Status: 200
Content-Type: application/json
The response will be in JSON format with the following fields:
a_appointment_visit_info (array) - Information about appointment visits.
a_asset (array) - Asset information.
a_class_info (object) - Information about the class, including booking status, capacity, and waiting list.
a_staff (array) - Details of the staff involved.
dt_cancel (string) - Cancellation date and time.
dt_date_global (string) - Global date and time.
dt_date_local (string) - Local date and time.
dtl_location (string) - Detailed location information.
html_description (string) - HTML description.
html_special (string) - Special HTML content.
i_capacity (number) - Capacity value.
i_duration (number) - Duration value.
i_wait_spot (number) - Waiting spot value.
id_note (number) - Note identifier.
id_virtual_provider (null) - Identifier for virtual provider (if applicable).
id_visit (number) - Visit identifier.
is_checkin (boolean) - Check-in status.
is_enable_client_cancel (boolean) - Client cancellation status.
is_event (boolean) - Event status.
is_in_progress (boolean) - In-progress status.
is_virtual (boolean) - Virtual status.
k_appointment (null) - Appointment identifier.
k_class (string) - Class identifier.
k_class_period (string) - Class period identifier.
k_location (string) - Location identifier.
k_resource (null) - Resource identifier.
k_service (null) - Service identifier.
s_title (string) - Title.
text_location (string) - Location text.
text_room (string) - Room text.
text_timezone (string) - Timezone text.
uid (string) - Unique identifier.
url_image (string) - Image URL.
url_virtual_join (string) - Virtual join URL.
status (string) - Status.
s_version (string) - Version information.
This schema represents
Event and Booking Info: Includes booking count, capacity, duration, and waitlist details.
Staff Details: Contains assigned staff members and their names.
Timestamps: Provides event start, local/global time, and cancellation timestamps.
Virtual & Location Support: Identifies if the event is virtual or in-person, along with a location ID.
Additional Info: Includes cancellation policies, special instructions, images, and user details.

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params
id_region
string 
required
Example:
2
k_business
string 
required
Example:
49197
k_visit
string 
required
Example:
100011443604

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 'https://uat-api.wellnessliving.io/v1/schedule/page/element?id_region=2&k_business=49197&k_visit=100011443604' \
--header 'Content-Type: text/plain' \
--data-raw ''

Responses

🟢200Success
application/json
Body
object {0}
Example
{}
Previous
/v1/schedule/class/view
Next
/v1/shop/category