Mountain Area Routes¶
Mountain Area routes are those used to create, retrieve, update, and delete Mountain Area resources, as well as to retrieve resources they are related to.
Route | Methods | Description | Additional GET features |
---|---|---|---|
/2022-10/mountainAreas |
GET, |
Returns the collection of all Mountain Area resources |
Pagination^M^, |
/2022-10/mountainAreas/:id |
GET, |
Returns the Mountain Area resource identified by the |
Sparse Fieldsets, |
/2022-10/mountainAreas/:id /areaOwner |
GET |
Return the Agent resource that is the owner of the mountain area |
Sparse Fieldsets, |
/2022-10/mountainAreas/:id /categories |
GET |
Returns the collection of Category resources that classify the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /connections |
GET |
Returns the collection of Lift, Mountain Area, Ski Slope, and Snowpark resources that are physically accessible from the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /lifts |
GET |
Returns the collection of Lift resources that are located within the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /multimediaDescriptions |
GET |
Returns the collection of Media Object resources that are multimedia descriptions (e.g., images or videos) of the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /skiSlopes |
GET |
Returns the collection of Ski Slope resources that are located within the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /snowparks |
GET |
Returns the collection of Snowpark resources that are located within the mountain area |
Pagination, |
/2022-10/mountainAreas/:id /subAreas |
GET |
Returns the collection of Mountain Area resources that are located within the mountain area |
Pagination, |