Class Schedule
Retrieve class schedule with optional filters
Header parameters
X-API-KEYstringRequired
Your API key
X-SECRET-KEYstringRequired
Your Secret key
Body
app_idstringRequired
class_namestringOptional
class_categorystringOptional
staff_namestringOptional
program_namestringOptional
datestring · dateOptional
Responses
200
Class schedule retrieved successfully
application/json
400
Invalid request
post
/v2/ExternalApi/viewClassSchedulePOST /v2/ExternalApi/viewClassSchedule HTTP/1.1
Host: api.gleantap.com
X-API-KEY: text
X-SECRET-KEY: text
Content-Type: application/json
Accept: */*
Content-Length: 123
{
"app_id": "text",
"class_name": "text",
"class_category": "text",
"staff_name": "text",
"program_name": "text",
"date": "2025-10-22"
}
{
"result": [
{
"class_id": "text",
"class_name": "text",
"class_category": "text",
"staff_name": "text",
"program_name": "text",
"date": "2025-10-22",
"start_time": "21:39:05",
"end_time": "21:39:05"
}
]
}
Last updated