WellnessLiving API (UAT) - v1.2026-02
  1. login
WellnessLiving API (UAT) - v1.2026-02
  • WellnessLiving API - [Feb-2026]
  • Auth
    • Authentication
  • appointment
    • /v1/appointment/book/asset/category
    • /v1/appointment/book/asset/list
    • /v1/appointment/book/asset/service
    • /v1/appointment/book/finish
    • /v1/appointment/book/finish
    • /v1/appointment/book/payment/paymentPost
    • /v1/appointment/book/product
    • /v1/appointment/book/schedule/calendar
    • /v1/appointment/book/schedule/day-time
    • /v1/appointment/book/service/category
    • /v1/appointment/book/service/list
    • /v1/appointment/book/staff/list
  • book-process
    • /v1/book/process/info
    • /v1/book/process/payment
    • /v1/book/process/purchase
    • /v1/book/process/purchase/element/list
  • business-data
    • /v1/business
    • /v1/business/franchise/location
    • /v1/business/skin
  • catalog
    • /v1/catalog/list
    • /v1/catalog/staff/catalog/list
  • classes
    • /v1/classes/list
    • /v1/classes/promotion
    • /v1/classes/view/element
  • collector-debt
    • /v1/collector/debt/list
    • /v1/collector/debt/pay
    • /v1/collector/debt/transaction
  • drive
    • /v1/drive/product/image/upload
  • ecommerce
    • /v1/ecommerce/order/sync
  • event
    • /v1/event/book/list
    • /v1/event/book/view/element
    • /v1/event/list
  • lead
    • /v1/lead/info
    • /v1/lead/info
  • location
    • /v1/location/list
    • /v1/location/view
  • login
    • /v1/login/attendance/list
      GET
    • /v1/login/search/settings
      GET
    • /v1/login/search/settings
      PUT
    • /v1/login/search/staff-app/list
      GET
  • member
    • /v1/member/info
  • profile
    • /v1/profile/contract
    • /v1/profile/create
    • /v1/profile/fields
    • /v1/profile/purchase/list
    • /v1/profile/purchase/list/element
  • promotion
    • /v1/promotion
    • /v1/promotion/list
  • purchase
    • /v1/purchase/receipt
  • report
    • /v1/report/data
    • /v1/report/query
  • report-dev
    • /v1/report/customization-form
    • /v1/report/filter-info
  • schedule
    • /v1/schedule/class/list
    • /v1/schedule/class/view
    • /v1/schedule/class/view
    • /v1/schedule/page/element
    • /v1/schedule/page/list
    • /v1/schedule/tab
  • shop
    • /v1/shop/category
  • staff
    • /v1/staff/list
    • /v1/staff/view
  • user
    • /v1/user
  • visit
    • /v1/visit/status
  1. login

/v1/login/attendance/list

GET
/v1/login/attendance/list

Attendance List#

Retrieves the attendance list and capacity information for a specific class period at a given business location and local date/time.
Method: GET
Endpoint: /v1/login/attendance/list
Base URL example:
https://uat-api.wellnessliving.io

Query Parameters#

All parameters are required for a precise lookup of the attendance list.
id_region (number)
Example: 2
Description: Region identifier used by the system to scope the request (for multi-region deployments).
k_business (string/number)
Example: 49197
Description: Unique business identifier. Determines which business/location network the attendance data is pulled from.
dt_date_local (string, datetime)
Example: 2025-05-24 11:30:00
Format: YYYY-MM-DD HH:MM:SS (local time)
Description: Local date and start time of the class period for which to retrieve the attendance list.
k_class_period (string/number)
Example: 100000466946
Description: Unique identifier of the scheduled class period (session instance) whose attendance you want to view.

Successful Response (200 OK)#

A successful call returns JSON with capacity, attendance, and waitlist information for the requested class period.

Top-level fields#

a_list_active (array)
Example from latest response: []
Description: List of clients currently booked/checked in to the class. Each element (when present) represents an active attendance record.
a_list_confirm (array)
Example from latest response: []
Description: List of clients who are booked/confirmed but not yet active/checked in (e.g., future attendees).
a_list_wait (array)
Example from latest response: []
Description: List of clients on the waitlist for this class period.
i_capacity (string/number)
Example: "10"
Description: Maximum number of clients that can attend the class (class capacity).
i_client (number)
Example: 0
Description: Count of clients currently booked/active for this class period.
i_wait_list_limit (number)
Example: 3
Description: Maximum number of clients that can be added to the waitlist.
is_wait_list_limit (boolean)
Example: true
Description: Indicates whether a waitlist limit is enforced (true if the waitlist is capped at i_wait_list_limit).
k_location (string)
Example: "315968"
Description: Location identifier associated with the class period.
status (string)
Example: "ok"
Description: High-level status of the API call. "ok" indicates the request was processed successfully.
s_version (string)
Example: "444085"
Description: Internal API or payload version identifier.
__a_message (array of strings)
Example: ["Attendance List|rs.login.visit"]
Description: Internal message/log details for the response (may be used for diagnostics or tracing).

Notes#

Empty arrays for a_list_active, a_list_confirm, and a_list_wait mean there are currently no active, confirmed, or waitlisted clients for the requested class period.
Use i_capacity and i_client together to determine remaining available spots.
Use i_wait_list_limit, is_wait_list_limit, and a_list_wait to understand waitlist usage and limits.

Request

Query Params

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request GET '/v1/login/attendance/list?id_region={{id_region}}&k_business={{k_business}}&dt_date_local=undefined&k_class_period=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''
Response Response Example
{}
Modified at 2026-02-26 17:13:05
Previous
/v1/location/view
Next
/v1/login/search/settings
Built with