Last updated 11 days ago
Retrieve class schedule with optional filters
Your API key
Your Secret key
curl -L \ --request POST \ --url 'https://api.gleantap.com/v2/ExternalApi/viewClassSchedule' \ --header 'X-API-KEY: text' \ --header 'X-SECRET-KEY: text' \ --header 'Content-Type: application/json' \ --data '{ "app_id": "text", "class_name": "text", "class_category": "text", "staff_name": "text", "program_name": "text", "date": "2025-04-02" }'
{ "result": [ { "class_id": "text", "class_name": "text", "class_category": "text", "staff_name": "text", "program_name": "text", "date": "2025-04-02", "start_time": "15:13:52", "end_time": "15:13:52" } ] }