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, |
Returns the collection of all Lift resources |
Pagination^M^, |
/2022-10/lifts/:id |
GET, |
Returns the Lift resource identified by the |
Sparse Fieldsets, |
/2022-10/lifts/:id /categories |
GET |
Returns the collection of Category resources that classify the lift |
Pagination, |
/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, |
/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, |