Retrieves a list of up to 100 schedule items, with basic filter support.
Event ID.
Schedule item state filter.
Defaults to [PUBLISHED, VISIBLE]
when no filters are specified.
If neither PUBLISHED
nor DRAFT
are specified, assumes PUBLISHED
, for example: [HIDDEN]
becomes [HIDDEN, PUBLISHED]
.
If neither VISIBLE
nor HIDDEN
are specified, assumes VISIBLE
, for example: [DRAFT]
becomes [DRAFT, VISIBLE]
.
Filters schedule items starting on or after specified point in time. Inclusive.
Filters schedule items starting before specified point in time. Non-inclusive.
Deprecated, use paging
.
Number of items to skip. See Pagination.
Deprecated, use paging
.
Number of items to load per page. See Pagination.
Filter facets. See supported facets.
Item IDs filter.
Tags filter.
Stage names filter.
Number of items to load per page.
Number of items to skip in the current sort order.
Deprecated, use paging_metadata.total
.
Total schedule items matching the given filters.
Deprecated. Limit.
Deprecated, use paging_metadata.offset
.
Offset.
Schedule items.
Facets.
Whether there are draft changes which have not been published yet.
Returned only when filtering by single event_id
with WIX_EVENTS.MANAGE_AGENDA
permission.
curl -X GET 'https://www.wixapis.com/events/v1/agenda' \
-H 'Authorization: <AUTH TOKEN>'
{}
This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.