Get today's events

Retrieves events scheduled for today, ordered by start time.

Permission Requirements:

  • Employee users: Can access events based on scope parameter.

Scope Parameter Behavior:

  • scope=self (default): Returns only events where the user is an invitee or attending. This is the default behavior.
  • scope=all: For admin/employee users, returns all company events for today. For non-admin users and crew members, behaves the same as scope=self.

Response Format:

  • Returns a non-paginated array of events (not wrapped in pagination structure).
  • Events are ordered by start time (earliest first).
  • Only includes events that are scheduled for the current day in the user's timezone.

Use Cases:

This endpoint is useful for dashboard widgets, daily schedule views, and mobile app home screens where you need to display today's upcoming events.

Query Params
string
enum
Defaults to self

Determines which events to include. self returns only events the user is invited to or attending. all returns all company events (admin/employee only). Default is self.

Allowed:
Responses

Language
Credentials
Header
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json