Category Routes¶
Category routes are those used to create, retrieve, update, and delete Category resources, as well as to retrieve resources they are related to.
Route | Methods | Description | Additional GET features |
---|---|---|---|
/2022-10/categories |
GET, |
Returns the collection of all Category resources |
Pagination^M^, |
/2022-10/categories/:id |
GET, |
Returns the Category resource identified by the |
Sparse Fieldsets, |
/2022-10/categories/:id /children |
GET |
Returns the collection of Category resources that are children of the category |
Pagination, |
/2022-10/categories/:id /multimediaDescriptions |
GET |
Returns the collection of Media Object resources that are multimedia descriptions (e.g., images or videos) of the category |
Pagination, |
/2022-10/categories/:id /parents |
GET |
Returns the collection of Category resources that are parents of the category |
Pagination, |