Views REST Endpoints

Content (IM)/Views
The views resource lets you segregate knowledge articles based on the application. Currently, the knowledge management solution is associated only with two different applications, Service and Human Capital Management (HCM). The views resource also allows you to retrieve information about the available views in the knowledge base.
Get all categories assigned
Method: get
Path: /km/api/v1/views/{id}/categories
Get all user groups assigned
Method: get
Path: /km/api/v1/views/{id}/userGroups
Get all views
Method: get
Path: /km/api/v1/views
Get view
Method: get
Path: /km/api/v1/views/{id}