/v1/classes/view/element
Testing
GET
https://uat-api.wellnessliving.io/v1/classes/view/element
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.Response
{
"type": "object",
"properties": {
"element_id": {
"type": "string"
},
"element_name": {
"type": "string"
},
"element_description": {
"type": "string"
},
"element_properties": {
"type": "object",
"properties": {
"property1": {
"type": "string"
},
"property2": {
"type": "string"
}
// ... additional properties
}
}
// ... additional properties
}
}
Request
Query Params
id_region
string
required
Example:
2
k_business
string
required
Example:
49197