Retrieve DOCs Folder Details for a Task

get

/ic/api/process/v1/tasks/{id}/folders

Retrieves the DOCs folders associated with a task, if any.

NOTE:

Whether a process application uses documents or attachments depends on the application configuration.

  • If Oracle Content and Experience(documents) is enabled, the application can only use documents, and API operations on attachments do not apply.
  • If Oracle Content and Experience(documents) is not enabled, the application can only use attachments, and API operations on documents do not apply.
  • To identify whether Oracle Content and Experience(documents) is enabled in a process application, use the API /ic/api/process/v1/processes/{processId} to retrieve process instance details. Oracle Content and Experience(documents) is enabled when the parameter isDoCSEnabled=true.

Request

Path Parameters
Query Parameters
  • Retrieves only the folder for the specified folder name
Back to Top

Response

Supported Media Types

200 Response

Success
Body ()
Root Schema : DcsFolderCollection
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : DcsFolder
Type: object
Show Source

400 Response

Bad Request

401 Response

Unauthorized

404 Response

DoCs Folders not found for given task

500 Response

Internal Server Error
Back to Top