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: getPath:
/km/api/v1/repositories/{id} - Get available locales
- Method: getPath:
/km/api/v1/repositories/{id}/availableLocales - Get categories assigned to view
- Method: getPath:
/km/api/v1/repositories/{id}/categoriesAssignedToView - Get default available locales
- Method: getPath:
/km/api/v1/repositories/default/availableLocales - Get default categories assigned to view
- Method: getPath:
/km/api/v1/repositories/default/categoriesAssignedToView - Replace all available locales
- Method: patchPath:
/km/api/v1/repositories/{id}/availableLocales - Replace all categories assigned to view
- Method: patchPath:
/km/api/v1/repositories/{id}/categoriesAssignedToView