受信ドキュメント・メタデータの取得
get
/ic/api/process/v1/process-definitions/{processDefId}/documents/incoming-documents
指定されたプロセス定義IDのフォルダ・メタデータ情報を取得します。
ノート:
プロセス・アプリケーションがドキュメントまたは添付ファイルを使用するかどうかは、アプリケーションの構成によって異なります。
- Oracle Content and Experience(documents)が有効な場合、アプリケーションはドキュメントのみを使用でき、添付ファイルのAPI操作は適用されません。
- Oracle Content and Experience(documents)が有効でない場合、アプリケーションは添付ファイルのみを使用でき、文書のAPI操作は適用されません。
Oracle Content and Experience(documents)がプロセス・アプリケーションで有効かどうかを識別するには、API /ic/api/process/v1/processes/{processId} を使用してプロセス・インスタンスの詳細を取得します。 Oracle Content and Experience(documents)は、パラメータisDoCSEnabled=trueの場合に有効になります。
リクエスト
パス・パラメータ
- processDefId(required): string
プロセス定義IDの値
問合せパラメータ
- name: string
指定されたフォルダ名のフォルダのみを取得します。
レスポンス
サポートされているメディア・タイプ
- application/json
200レスポンス
成功。 フォルダを返します。
ネストされたスキーマ : IncomingDocument
型:
ソースを表示
object- assetType: string
許容値:
[ "MANAGED_FOLDER", "INCOMING_FOLDER", "INCOMING_DOCUMENT" ] - defaultPermission: string
許容値:
[ "MANAGER", "CONTRIBUTOR", "DOWNLOADER", "VIEWER", "NONE" ] - description: string
- displayName: object DisplayName
- entityAttributes: array entityAttributes
- folderId: object FolderId
- name: string
- transientAttributes: object transientAttributes
許可される追加のプロパティ: additionalProperties
ネストされたスキーマ : DisplayName
型:
ソースを表示
object- displayType: string
許容値:
[ "STATIC", "XPATH" ] - displayValue: string
- entityAttributes: array entityAttributes
- transientAttributes: object transientAttributes
許可される追加のプロパティ: additionalProperties
ネストされたスキーマ : FolderId
型:
ソースを表示
object- entityAttributes: array entityAttributes
- folderIdType: string
許容値:
[ "STATIC", "XPATH" ] - folderIdValue: string
- transientAttributes: object transientAttributes
許可される追加のプロパティ: additionalProperties
ネストされたスキーマ : AttrObject
型:
ソースを表示
object- attrType: string
許容値:
[ "VALUE", "REF" ] - contentType: string
許容値:
[ "OBJECT", "NATIVE_OBJECT", "LIST", "SORTED_LIST", "MAP" ] - defaultValue: object defaultValue
- id: string
- msg: object Msg
ネストされたスキーマ : defaultValue
型:
objectネストされたスキーマ : メッセージ
型:
ソースを表示
object- allAvailableTranslationsForProjectLanguages: object allAvailableTranslationsForProjectLanguages
許可される追加のプロパティ: additionalProperties
- argCount: integer(int32)
- bundleName: string
- bundleShortName: string
- code: string
- detail: string
- imageFile: string
- imageResource: string(url)
- localizedLogMessage: string
- logComponent: string
許容値:
[ "DEFAULT" ] - mnemonic: string
- nonLocalizedString: string
- string: string
ネストされたスキーマ: additionalProperties
型:
objectネストされたスキーマ: additionalProperties
型:
objectネストされたスキーマ: additionalProperties
型:
object401レスポンス
未認可
500レスポンス
Error in retrieving the folder information