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
POST /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-07-05"
}
{
"result": [
{
"class_id": "text",
"class_name": "text",
"class_category": "text",
"staff_name": "text",
"program_name": "text",
"date": "2025-07-05",
"start_time": "22:41:50",
"end_time": "22:41:50"
}
]
}
Last updated