v1

latestSwagger 2.02026-08-0487264165.9 KB
Events

Retrieve a list of events that the user (specified via the token) has access to, with offset-based pagination

get/4.0/events/page

Query parameters

limitnumber

The number of events to retrieve

offsetnumber

The starting point for pagination

namestring

Filter by name of the event

owner_idstring

Filter by the owner ID of the event

collaborator_idstring

Filter by collaborator who can access the event

industry_typestring

Filter by industry type of the event

start_datenumber

Filter by start date (epoch time) of the event

end_datenumber

Filter by end date (epoch time) of the event

last_activitystring

Filter by last activity date of the event

event_typestring

Filter by event type of the event

team_idstring

Filter by team ID of the user

space_idstring

Filter by space IDs of the diagrams in the event

sort_colstring

The field to sort by (e.g., name, start_date, end_date, etc.)

sort_dirstring

The sort direction to use (ASC or DESC)

date_filterstring

Convenience filter to get events that are upcoming, past, or all

space_template_idsstring

Space template IDs to filter by

bookable_room_idsstring

Bookable room IDs to filter by

event_platformstring

Filter by event platform type. Valid values: 'prismm' (events with prismm_occasion_id), 'ced' (events without prismm_occasion_id, default), or 'all' (no filtering)

event_idsstring

Comma-separated list of event UIDs to filter by

v2_event_idsstring

Comma-separated list of v2 (legacy) event IDs to filter by

Response

Success

DataSocialTablesApi required