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, |
Returns the collection of all Feature resources |
Pagination^M^, |
/2022-10/features/:id |
GET, |
Returns the Feature resource identified by the |
Sparse Fieldsets, |
/2022-10/features/:id /children |
GET |
Returns the collection of Feature resources that are children of the feature |
Pagination, |
/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, |
/2022-10/features/:id /parents |
GET |
Returns the collection of Feature resources that are parents of the feature |
Pagination, |