/v1/appointment/book/asset/category
Testing
GET
https://uat-api.wellnessliving.io/v1/appointment/book/asset/category
Request
id_region
(integer): The ID of the region for which the appointment details are being fetched.k_business
(integer): The ID of the business associated with the appointment details.k_location
(integer): The ID of the location for which the appointment details are being retrieved.Response
{
"type": "object",
"properties": {
"a_category": {
"type": "array",
"items": {
"type": "object",
"properties": {
"hide_application": {
"type": "boolean"
},
"html_title": {
"type": "string"
},
"text_title": {
"type": "string"
},
"k_resource_type": {
"type": "string"
}
}
}
},
"status": {
"type": "string"
},
"s_version": {
"type": "string"
},
"__a_message": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197
k_location
string
required
Example:
315968