Repositories REST Endpoints

Content (IM)/Repositories

The Repositories (repositories) resource lets you view and manage the Locale objects and Category objects associated with a specific, or the default repository in the Oracle Knowledge system.

The default Repository is the one in which the API user is currently logged in.

Find by ID
Method: get
Path: /km/api/v1/repositories/{id}
Get available locales
Method: get
Path: /km/api/v1/repositories/{id}/availableLocales
Get categories assigned to view
Method: get
Path: /km/api/v1/repositories/{id}/categoriesAssignedToView
Get default available locales
Method: get
Path: /km/api/v1/repositories/default/availableLocales
Get default categories assigned to view
Method: get
Path: /km/api/v1/repositories/default/categoriesAssignedToView
Replace all available locales
Method: patch
Path: /km/api/v1/repositories/{id}/availableLocales
Replace all categories assigned to view
Method: patch
Path: /km/api/v1/repositories/{id}/categoriesAssignedToView