Query parameters
-
Default value is
20
. -
Day of the schedule (Monday through Sunday)
-
List of schedule ID's concatenated by |
-
Values are
full2
,open
, orsingle
. -
List of label ID's concatenated by |
-
Values are
created_desc
,created_asc
,date_asc
,date_desc
,registrations_asc
,registrations_desc
,name_asc
, orplace_asc
.
GET
/schedules
curl \
--request GET 'https://api.zooza.app/v1/schedules'
Response examples (200)
{
"total": 42,
"page": 42,
"page_size": 42,
"settings": {},
"data": [
{
"company_id": "string",
"id": 42,
"course_id": 42,
"time": 42,
"duration": 42,
"place_id": 42,
"room_id": 42,
"trainer_id": 42,
"registrations_cap": 42,
"capacity": 42,
"extra_capacity": 42,
"total_events": 42,
"__calc__total_avg_nps_score": 42,
"__calc__total_requests": 42,
"__calc__registered": 42,
"__calc__waitlist": 42,
"trainer_rate_type_id": 42,
"__calc__remaining_events": 42,
"type": "string",
"name": "string",
"start": "2025-05-04",
"end": "2025-05-04",
"extra_capacity_usage": "string",
"status": "string",
"note": "string",
"notify_trainer_on_cancellation": "string",
"public": true,
"online_registration": true,
"price": 42,
"registration_fee": 42
}
]
}