REST API: Categories

Methods


TypeVer.Command parameterParameters
Getters
GET3.2b3+ getCategoryForm
Example of success:

GET3.2b3+ getCategoryDetails categoryId=<id>
Example of success:

Example of failure:
GET3.2b3+ getCategoryAttachments categoryId=<id>
Example of success:
GET4.0sp2 getCategoryJarName categoryId=<id>
Example of success:

POST3.2b3+createCategory Content of the form with values
(see getCategoryForm)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST3.2b3+updateCategoryDetails Content of the form with values
(see getCategoryForm)
must be passed in the request's body
as multi-part.
Example of success:

Example of failure:
POST3.2b3+deleteCategories categoryIds=<id, id, ...>
Example of success:

Example of failure: