Skip to content

Venue Routes

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

Route Methods Description Additional GET features

/2022-10/venues

GET,
POST

Returns the collection of all Venue resources

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

/2022-10/venues/:id

GET,
PATCH,
DELETE

Returns the Venue resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/venues/:id /categories

GET

Returns the collection of Category resources that classify the venue

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

/2022-10/venues/:id /multimediaDescriptions

GET

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

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