Tasks REST Endpoints

Content (IM)/Tasks

The Tasks (tasks) resource lets you manage all types of tasks in the Oracle knowledge Repository. You can assign, unassign, and close tasks using this resource. You cannot create or update tasks, because a task is created in association with the process flow of associated resource. For example, a content expiration task is created when a content in the Oracle Knowledge Repository is about to expire.

Assign task
Method: post
Path: /km/api/v1/tasks/assignTask
Close task
Method: post
Path: /km/api/v1/tasks/closeTask
Find all
Method: get
Path: /km/api/v1/tasks
Find by ID
Method: get
Path: /km/api/v1/tasks/{id}
Un assign task
Method: post
Path: /km/api/v1/tasks/unassignTask