Skip to content

Event Routes

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

Route Methods Description Additional GET features

/2022-10/events

GET,
POST

Returns the collection of all Event resources

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

/2022-10/events/:id

GET,
PATCH,
DELETE

Returns the Event resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/events/:id /categories

GET

Returns the collection of Category resources that classify the event

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

/2022-10/events/:id /contributors

GET

Returns the collection of Agent resources that are contributors on the event

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

/2022-10/events/:id /multimediaDescriptions

GET

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

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

/2022-10/events/:id /organizers

GET

Returns the collection of Agent resources that are organizers of the event

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

/2022-10/events/:id /publisher

GET

Return the Agent resource that is the publisher of the event

Sparse Fieldsets,
Inclusion

/2022-10/events/:id /series

GET

Return the Event Series resource that the event is an edition of

Sparse Fieldsets,
Inclusion

/2022-10/events/:id /sponsors

GET

Returns the collection of Agent resources that are sponsors of the event

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

/2022-10/events/:id /subEvents

GET

Returns the collection of Event resources that are part of the event

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

/2022-10/events/:id /venues

GET

Returns the collection of Venue resources where the event will happen

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