k_resource_type values needed for subsequent booking calls.GET /v1/appointment/book/asset/categoryhttps://uat-api.wellnessliving.iox-internal-key header.id_region (integer) – Data center/region identifier.1, 2.k_business (integer) – Business (account) key whose appointment asset categories you want to retrieve.49197, 50217.k_location (integer) – Location key within the business.315968, 5000000248.a_category, along with status metadata.{
"a_category": [
{
"hide_application": false,
"html_title": "Barbiesco Changed",
"text_title": "Barbiesco Changed",
"k_resource_type": "10743"
},
{
"hide_application": false,
"html_title": "Three DDD Changed",
"text_title": "Three DDD Changed",
"k_resource_type": "100000000769"
},
{
"hide_application": false,
"html_title": "New Category",
"text_title": "New Category",
"k_resource_type": "100000000837"
}
],
"status": "ok",
"s_version": "444085",
"__a_message": [
"Age restriction status is incorrect.|wl....<truncated>",
"Ages: [i_from]-[i_to]|Wl.Service.AgeRest...<truncated>"
]
}
a_category[] – List of asset categories.hide_application (boolean) – Indicates whether the category should be hidden in the application.html_title (string) – HTML-safe display title.text_title (string) – Plain-text display title.k_resource_type (string) – Resource type key used when creating bookings.status (string) – Request status, e.g., "ok".s_version (string) – Internal version identifier.__a_message (array) – Additional diagnostic or informational messages, often related to age restrictions.k_resource_type values from a_category when constructing follow-up appointment booking requests.curl --location -g --request GET '/v1/appointment/book/asset/category?id_region={{id_region}}&k_business={{k_business}}&k_location={{k_location}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}