Adds a subcategory to a category.
The category to add the subcategory to.
The subcategory to add.
A promise that resolves to the updated category.
Retrieves multiple entities with optional pagination and filtering.
[UNUSED PARAMETER, KEPT FOR POSSIBLE FUTURE USE] Filtering parameters.
Query options including pagination.
Optional page?: numberOptional pageAn object containing the retrieved entities and total count.
Removes a subcategory from a category.
The category to remove the subcategory from.
The unique identifier of the subcategory to remove.
A promise that resolves to the updated category.
Updates a subcategory of a category.
The category that contains the subcategory.
The updated subcategory.
A promise that resolves to the updated category.
Generated using TypeDoc
Represents a service for managing categories. Extends the IAppRemoteService interface with the ICategory type.