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