Returns list of user events: events he published (owner) or has permissions to see - ticket booth events, for example. Events are sorted by event date - first future events to past events.

Return Glossary

Event status

responseData[].status

Defines the event status in the platform.

  • draft (an event not published),
  • published (a published event, and public),
  • hidden (a published event, but not public).

Which Events Are Returned?

The criteria to list events will change based on the logged user and the user required:

Requesting its own event list: retrieve all events that he published (hidden or not). For events that he has permissions, will be returned all events that are not in draft state.

Requesting event list from other user: only published events, not hidden.

Requesting event list from authenticated user: all events with permission will appear, both published or private.

Language
Authorization
Query
Click Try It! to start a request and see the response here!