/
REST/MVC Categories Controller
REST/MVC Categories Controller
REST/MVC Path for Category definition | |||
---|---|---|---|
HTTP Method | Path | Description | Controller Method |
/rest/categories/{categoryKey} | Retrieves category by category key | getCategory(categoryKey: String) | |
Parameters:
| |||
/rest/categories/ | Adds a new category | addCategory(category: CategoryDTO) | |
Parameters:
| |||
/rest/categories/{categoryKey} | Updates an existent category | updateCategory(category: CategoryDTO, categoryKey : String) | |
Parameters:
| |||
/rest/categories/{categoryKey} | Removes an existent category | removeCategory(categoryKey: String) | |
Parameters:
| |||
/rest/categories/{categoryKey}/changeVisibility | Changes category visibility | changeVisibility(key: String, visible: boolean) | |
Parameters:
| |||
/rest/categories/{categoryKey}/products | Set associated products for a category | updateCategoryProducts(categoryKey : String, productKeys : String) | |
Parameters:
| |||
/rest/categories/ | Search for categories by criteria | findCategoriesByCriteria(criteria : CategoryCriteria) | |
Parameters:
|
, multiple selections available,
Related content
REST/MVC Versions Controller
REST/MVC Versions Controller
More like this
Use Cases - UC-01 Categories
Use Cases - UC-01 Categories
More like this
REST/MVC Artifacts Controller
REST/MVC Artifacts Controller
More like this
Crear Carpeta
Crear Carpeta
More like this
Modificar valores de columnas de Ficheros (Metadatos)
Modificar valores de columnas de Ficheros (Metadatos)
More like this
Operaciones para Sharepoint 2013/2010
Operaciones para Sharepoint 2013/2010
More like this
Avvale 2024