Skip to content

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

Returns the collection of all Category resources

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

/2022-10/categories/:id

GET,
PATCH,
DELETE

Returns the Category resource identified by the id parameter

Sparse Fieldsets,
Inclusion

/2022-10/categories/:id /children

GET

Returns the collection of Category resources that are children of the category

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

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

/2022-10/categories/:id /parents

GET

Returns the collection of Category resources that are parents of the category

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