Get List Events

GET /events

Query parameters

Responses

GET /events
curl \
 -X GET https://api.zooza.app/v1/events?filter=true
Response examples (200)
{
  "total": 42,
  "page": 42,
  "page_size": 42,
  "settings": {},
  "data": [
    {
      "id": 42,
      "company_id": "string",
      "course_id": 42,
      "schedule_id": 42,
      "trainer_id": 42,
      "place_id": 42,
      "room_id": 42,
      "name": "string",
      "is_custom_replacement_event": true,
      "summary": "string",
      "summary_public": "string",
      "summary_public_locked": true,
      "summary_public_filled_by": 42,
      "summary_public_unlocked_by": 42,
      "summary_public_filled_at": "2024-05-04T09:42:00+00:00",
      "status": "scheduled",
      "date": "2024-05-04T09:42:00+00:00",
      "attendance": 42,
      "created": "2024-05-04T09:42:00+00:00",
      "updated": "2024-05-04T09:42:00+00:00",
      "trainer_rate_type_id": 42,
      "trainer_payout_percentage": 42,
      "__calc__attendance__going": 42,
      "__calc__attendance__canceled": 42,
      "__calc__attendance__waitlist": 42,
      "__calc__attendance__canceled_late": 42,
      "__calc__attendance__noshow": 42,
      "__calc__attendance__ignore": 42,
      "__calc__attendance__deleted": 42,
      "__calc__attendance__hold": 42,
      "duration": 42,
      "__calc__event_trainer": "string",
      "billable": true
    }
  ]
}