Skip to content

Event Series Routes

Event Series routes are those used to create, retrieve, update, and delete Event Series resources, as well as to retrieve resources they are related to.

Route Methods Description Additional GET features

/2022-10/eventSeries

GET,
POST

Returns the collection of all Event Series resources

Pagination^M^,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/eventSeries/:id

GET,
PATCH,
DELETE

Returns the Event Series resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/eventSeries/:id /categories

GET

Returns the collection of Category resources that classify the event series

Pagination,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/eventSeries/:id /editions

GET

Returns the collection of Event resources that are editions of the event series

Pagination,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/eventSeries/:id /multimediaDescriptions

GET

Returns the collection of Media Object resources that are multimedia descriptions (e.g., images or videos) of the event series

Pagination,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching