GET

List Events By Contact Id


Retrieves a list of events filtered by the participant's contact ID.

You can't set toLocalDate to a value that's more than a full year after fromLocalDate.

Events are sorted by start time in ascending order by default. Alternatively, you can sort events by end time in descending order. No other sorting options are supported.Commit suggestion

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Bookings - all permissions
Read Bookings - all read permissions
Manage Bookings
Read Bookings - Including Participants
Read bookings calendar - including participants
Manage Calendars
Read Calendar - Including PI
Learn more about app permissions.
Endpoint
GET
https://www.wixapis.com/calendar/v3/events/contactId/{contactId}

Errors

This method doesn't return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?