Query parameters

Responses

GET /schedules
curl \
 -X 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": "2024-05-04",
      "end": "2024-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
    }
  ]
}