TOKEN variable configured at the collection/folder level.{{TOKEN}}.TOKEN value for the target UAT business.Note: This request itself does not define auth headers directly; it inherits auth from its parent folder/collection.
id_region (number, required)2.k_business (string/ID, required)49197.id_region and k_business determines which business/region configuration is used when building the tab list.{
"a_tab": [
{
"id_class_tab_object": 1,
"id_class_tab_system": 1,
"k_class_tab": null,
"k_resource_type": null,
"k_service_category": null,
"s_title": "Classes",
"k_id": 7,
"i_order": 0,
"url_origin": "https://demo.wellnessliving.com/rs/sched..."
},
{
"id_class_tab_object": 2,
"id_class_tab_system": 2,
"k_class_tab": null,
"k_resource_type": null,
"k_service_category": null,
"s_title": "Enrollments",
"k_id": 4,
"i_order": 0,
"url_origin": "https://demo.wellnessliving.com/rs/event..."
}
// ... additional tab objects, including Appointments, Assets, custom tabs, etc.
],
"status": "ok",
"s_version": "444085",
"__a_message": [
"enrollment|Wl.Classes.Tab.TabSid",
"resource|Wl.Classes.Tab.TabSid",
"service|Wl.Classes.Tab.TabSid",
"training|Wl.Classes.Tab.TabSid"
]
}
a_tab (array)status (string)"ok".s_version (string)__a_message (array)|Wl.Classes.Tab.TabSid (e.g., "enrollment|Wl.Classes.Tab.TabSid"). Consumers normally do not need to parse this.a_tab[] object fieldsa_tab describes one schedule tab:id_class_tab_object (number)id_class_tab_system (number|null)null for custom-configured tabs.k_class_tab (string|null)null for system tabs that are not customized.k_resource_type (string|null)null if not applicable.k_service_category (string|null)null if not constrained.s_title (string)"Classes", "Enrollments", "Appointments", "Assets", or custom labels).k_id (number)i_order (number)url_origin (string).../rs/sched..., .../rs/event..., .../rs/appoi...). Used mainly by WL frontends/links.a_tab to drive navigation/available sections in custom schedule UIs.id_class_tab_object mappings without checking with platform constants; values may be extended in the future.__a_message and s_version as internal/platform fields. They can be logged for debugging but generally do not need to be surfaced to end users.k_business and id_region values for the target UAT configuration, as different businesses can have different tab sets and orders.curl --location -g --request GET '/v1/schedule/tab?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}