すべてのRESTエンドポイント
すべてのエンドポイント
Oracle Business Process ManagementのREST APIエンドポイント
- アプリケーション情報の取得
- メソッド: getパス:
/runtime
ケース
REST APIエンドポイントに関連するすべてのケース
- ケース・コメントの追加
- メソッド: postパス:
/cases/{id}/comments - ケース・マイルストンの追加
- メソッド: postパス:
/cases/{id}/milestones/{milestonename} - ケース・ステークホルダーの追加
- メソッド: postパス:
/cases/{id}/stakeholders - ケース・データの追加
- メソッド: postパス:
/cases/{id}/casedata - ケース・アクティビティの作成
- メソッド: postパス:
/cases/{id}/activities/{activityDefinitionId} - ケースの取得
- メソッド: getパス:
/cases/{id} - ケース・コメントの取得
- メソッド: getパス:
/cases/{id}/comments - ケース・データの取得
- メソッド: getパス:
/cases/{id}/casedata - ケース・マイルストンの取得
- メソッド: getパス:
/cases/{id}/milestones - ケース・ステークホルダーの取得
- メソッド: getパス:
/cases/{id}/stakeholders - ケースの取得
- メソッド: getパス:
/cases
アイデンティティ
REST APIエンドポイントに関連するすべてのアイデンティティ
- グループの取得
- メソッド: getパス:
/identities/group/{groupid} - ロールの取得
- メソッド: getパス:
/identities/role/{roleid} - ユーザーの取得
- メソッド: getパス:
/identities/user/{userid} - ケース・アクティビティの取得
- メソッド: getパス:
/cases/{id}/activities - アイデンティティの取得
- メソッド: getパス:
/identities
プロセス
REST APIエンドポイントに関連するすべてのプロセス
- プロセス・インスタンスのアーカイブ
- メソッド: postパス:
/archives - プロセス・インスタンスの作成
- メソッド: postパス:
/processes - プロセス・インスタンス・アーカイブの取得
- メソッド: getパス:
/archives/{id} - プロセス定義の取得
- メソッド: getパス:
/process-definitions - プロセス・インスタンスの取得
- メソッド: getパス:
/processes
タスク
REST APIエンドポイントに関連するすべてのタスク
- タスクの添付の追加
- メソッド: postパス:
/tasks/{id}/attachments - タスク・コメントの追加
- メソッド: postパス:
/tasks/{id}/comments - タスクの作成
- メソッド: postパス:
/tasks - To Doタスクの作成
- メソッド: postパス:
/tasks/todoTask - タスクの添付の削除
- メソッド: deleteパス:
/tasks/{id}/attachments/{attachmentName} - タスクに対するアクションの実行
- メソッド: putパス:
/tasks - タスクの取得
- メソッド: getパス:
/tasks/{id} - タスクの添付のストリームとしての取得
- メソッド: getパス:
/tasks/{id}/attachments/{attachmentName}/stream - タスクの添付の名前別の取得
- メソッド: getパス:
/tasks/{id}/attachments/{attachmentName} - タスク・フォームの取得
- メソッド: getパス:
/tasks/{id}/form - タスク・リストの取得
- メソッド: getパス:
/tasks - タスク・ビューの取得
- メソッド: getパス:
/tasks/views/{viewname} - カスタム・タスク・リストの取得
- メソッド: getパス:
/tasks/views - タスクの添付の取得
- メソッド: getパス:
/tasks/{id}/attachments - タスク・コメントの取得
- メソッド: getパス:
/tasks/{id}/comments - タスク履歴の取得
- メソッド: getパス:
/tasks/{id}/history - タスク・ペイロードの取得
- メソッド: getパス:
/tasks/{id}/summaryField - To Doタスクの取得
- メソッド: getパス:
/tasks/{id}/todoTasks - タスクの更新
- メソッド: putパス:
/tasks/{id} - タスク・ペイロードの更新
- メソッド: postパス:
/tasks/{id}/summaryField