Skip to content

Feature Routes

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

Route Methods Description Additional GET features

/2022-10/features

GET,
POST

Returns the collection of all Feature resources

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

/2022-10/features/:id

GET,
PATCH,
DELETE

Returns the Feature resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/features/:id /children

GET

Returns the collection of Feature resources that are children of the feature

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

/2022-10/features/:id /multimediaDescriptions

GET

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

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

/2022-10/features/:id /parents

GET

Returns the collection of Feature resources that are parents of the feature

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