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, |
Returns the collection of all Event resources |
Pagination^M^, |
/2022-10/events/:id |
GET, |
Returns the Event resource identified by the |
Sparse Fieldsets, |
/2022-10/events/:id /categories |
GET |
Returns the collection of Category resources that classify the event |
Pagination, |
/2022-10/events/:id /contributors |
GET |
Returns the collection of Agent resources that are contributors on the event |
Pagination, |
/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, |
/2022-10/events/:id /organizers |
GET |
Returns the collection of Agent resources that are organizers of the event |
Pagination, |
/2022-10/events/:id /publisher |
GET |
Return the Agent resource that is the publisher of the event |
Sparse Fieldsets, |
/2022-10/events/:id /series |
GET |
Return the Event Series resource that the event is an edition of |
Sparse Fieldsets, |
/2022-10/events/:id /sponsors |
GET |
Returns the collection of Agent resources that are sponsors of the event |
Pagination, |
/2022-10/events/:id /subEvents |
GET |
Returns the collection of Event resources that are part of the event |
Pagination, |
/2022-10/events/:id /venues |
GET |
Returns the collection of Venue resources where the event will happen |
Pagination, |