Retrieve Incoming Folders Metadata

get

/ic/api/process/v1/process-definitions/{processDefId}/documents/incoming-folders

Retrieves the folders metadata information for a given process definition ID.

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
Back to Top

Response

Supported Media Types

200 Response

Success. Returns the folders.
Body ()
Root Schema : incoming-folders
Type: object
Show Source
Nested Schema : incoming-folders
Type: array
Show Source
Nested Schema : IncomingFolder
Type: object
Show Source
Nested Schema : DisplayName
Type: object
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : FolderId
Type: object
Show Source
Nested Schema : folders
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : AttrObject
Type: object
Show Source
Nested Schema : defaultValue
Type: object
Nested Schema : Msg
Type: object
Show Source
Nested Schema : allAvailableTranslationsForProjectLanguages
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : entityAttributes
Type: array
Show Source
Nested Schema : transientAttributes
Type: object
Additional Properties Allowed
Show Source
Nested Schema : additionalProperties
Type: object
Nested Schema : additionalProperties
Type: object

401 Response

Unauthorized

500 Response

Error in retrieving the folder information
Back to Top