Configuration API

Categories List

List current categories.

GET/kbas/categories/list
 Query parameters None
 Header auth-token:token from authentication
 Header/Parameter  tenant
 Body None
Returns ["category1","category2"]
Required role MWP_ADMIN, KBA_MANAGER
Managed errors 401: insufficient privileges

Example request

curl 'http://localhost/mwp/rest/kbas/categories/list' -H 'auth-token: 68cd01ce-6c33-44a2-9117-42deaeb9185e' -H 'tenant:default'

Example response

["Demo","Customer 1","Test","General"]

Feedback