Skip to content

Lift Routes

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

Route Methods Description Additional GET features

/2022-10/lifts

GET,
POST

Returns the collection of all Lift resources

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

/2022-10/lifts/:id

GET,
PATCH,
DELETE

Returns the Lift resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/lifts/:id /categories

GET

Returns the collection of Category resources that classify the lift

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

/2022-10/lifts/:id /connections

GET

Returns the collection of Lift, Mountain Area, Ski Slope, and Snowpark resources that are physically accessible from the lift

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

/2022-10/lifts/:id /multimediaDescriptions

GET

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

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