Content Types REST Endpoints
Content (IM)/Content Types
The content types resource lets you only retrieve content types available in the knowledge management functional area. A content type defines the various types of articles in your knowledge base, such as, solutions and FAQs.
- Get a content type
- Method: getPath:
/km/api/v1/contentTypes/{id} - Get all content types
- Method: getPath:
/km/api/v1/contentTypes - Get all user groups assigned to content type
- Method: getPath:
/km/api/v1/contentTypes/{id}/userGroups - Get categories
- Method: getPath:
/km/api/v1/contentTypes/{contentTypeId}/categories - Get public document count
- Method: getPath:
/km/api/v1/contentTypes/{contentTypeId}/publicDocumentCount