/v1/classes/list
Testing
GET
https://uat-api.wellnessliving.io/v1/classes/list
Request
id_region
(number): The ID of the region for which classes are being retrieved.k_business
(number): The ID of the business for which classes are being retrieved.k_location
(number): The ID of the location for which classes are being retrieved.Response
{
"type": "object",
"properties": {
"a_class": {
"type": "array",
"items": {
"type": "object",
"properties": {
"is_active": { "type": "string" },
"is_block": { "type": "string" },
"is_event": { "type": "string" },
"k_class": { "type": "string" },
"k_class_period": { "type": "string" },
"k_business_cms": { "type": "string" },
"text_title": { "type": "string" },
"text_description": { "type": "string" },
"k_enrollment_block": { "type": ["null", "number"] },
"url_image": { "type": "string" },
"a_class_tab": {
"type": ["null", "array"]
}
}
}
},
"status": { "type": "string" },
"s_version": { "type": "string" }
}
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197
k_location
string
required
Example:
315968