Get KB Category Lists
Gets list of knowledge base categories.
get
/api/v2/tenants/{tenantId}/kb/categorylist
Path Parameters
- tenantId
Describes the client ID or msp ID of the tenant
Query Parameters
- state
Defines the current state of the category. Example: ACTIVE, INACTIVE.
- clientId
Defines the ID of the client and is used in Partner login.
- isParent
Defines the list of parent categories. If selected TRUE, only parent categories are listed.
- pageNo
Default: 1
- pageSize
Default: 20
- sortName
Default: id
- isDescendingOrder
00