Content Recommendations REST Endpoints

Content (IM)/Content Recommendations

The Content Recommendations (contentRecommendations) resource allows users, with or without authoring rights, to recommend changes to the content in the Oracle Knowledge Repository. The user can recommend the creation of a new content, or modification of existing content, by providing supporting materials. The author of the content can create or modify the content according to the recommendations from the end users.

The Content Recommendations resource allows authors to manage ContentRecommendation objects in the Oracle Knowledge Repository.

Create
Method: post
Path: /km/api/v1/contentRecommendations
Delete
Method: delete
Path: /km/api/v1/contentRecommendations/{id}
Find all
Method: get
Path: /km/api/v1/contentRecommendations
Find by ID
Method: get
Path: /km/api/v1/contentRecommendations/{id}
Get categories
Method: get
Path: /km/api/v1/contentRecommendations/{id}/categories
Get views
Method: get
Path: /km/api/v1/contentRecommendations/{id}/views
Replace all categories
Method: patch
Path: /km/api/v1/contentRecommendations/{id}/categories
Replace all views
Method: patch
Path: /km/api/v1/contentRecommendations/{id}/views
Update
Method: put
Path: /km/api/v1/contentRecommendations/{id}