GET /v1/staff/listhttps://uat-api.wellnessliving.io/v1/staff/listid_region (required, integer)id_region=2.k_business (required, integer/string ID)k_business=49197.a_staff (object)k_staff value (e.g., "479472", "100000067386").status (string)"ok" on success.s_version (string)k_staff (string)a_staff).s_name (string)"Barbie").s_surname, s_surname_full (string)"Girl").text_name_full (string)"Barbie Girl").html_name (string)s_position (string)s_image, url_image (string)is_appointment (boolean)true if the staff member can be booked for appointments.is_class (boolean)true if the staff member can be scheduled to lead classes.is_event (boolean)true if the staff member can be scheduled to lead events.i_order (string/integer)a_staff_service (array of objects)k_service (string): Service key.k_staff_pay (string|null): Staff pay‑rate key for this service, if configured.a_pay_rate (array of strings){
"a_staff": {
"479472": {
"k_staff": "479472",
"s_name": "Barbie",
"s_surname": "Girl",
"text_name_full": "Barbie Girl",
"html_name": "Barbie",
"s_position": "",
"s_image": "https://d1k5xu6ji7n0vs.cloudfront.net/f/...",
"url_image": "https://d1k5xu6ji7n0vs.cloudfront.net/f/...",
"is_appointment": true,
"is_class": true,
"is_event": true,
"i_order": "1",
"a_pay_rate": [
"438632",
"100000033694",
"100000033718"
],
"a_staff_service": [
{
"k_service": "235076",
"k_staff_pay": "438632"
},
{
"k_service": "235121",
"k_staff_pay": "100000033696"
}
// ... additional services truncated ...
]
},
"479522": {
"k_staff": "479522",
"s_name": "Barbiensky",
"s_surname": "Doll",
"text_name_full": "Barbiensky Doll",
"is_appointment": true,
"is_class": true,
"is_event": true,
"a_pay_rate": ["438637"],
"a_staff_service": [
{ "k_service": "235076", "k_staff_pay": "438637" }
// ...
]
}
// ... additional staff entries truncated ...
},
"status": "ok",
"s_version": "44408..."
}
curl --location -g --request GET '/v1/staff/list?id_region={{id_region}}&k_business={{k_business}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}