Skip to content

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,
POST

Returns the collection of all Snowpark resources

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

/2022-10/snowparks/:id

GET,
PATCH,
DELETE

Returns the Snowpark resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/snowparks/:id /categories

GET

Returns the collection of Category resources that classify the snowpark

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

/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,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching

/2022-10/snowparks/:id /features

GET

Returns the collection of Feature resources that are present in the snowpark

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

/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,
Sparse Fieldsets,
Inclusion,
Sorting,
Random Sorting,
Filtering,
Searching