すべてのRESTエンドポイント
すべてのエンドポイント
Oracle Business Process ManagementのREST APIエンドポイント
- ケース・コメントの追加
- メソッド: postパス:
/cases/{id}/comments - ケース・マイルストンの追加
- メソッド: postパス:
/cases/{id}/milestones/{milestonename} - ケース・ステークホルダーの追加
- メソッド: postパス:
/cases/{id}/stakeholders - タスクの添付の追加
- メソッド: postパス:
/tasks/{id}/attachments - タスク・コメントの追加
- メソッド: postパス:
/tasks/{id}/comments - ケース・データの追加
- メソッド: postパス:
/cases/{id}/casedata - プロセス・インスタンスのアーカイブ
- メソッド: postパス:
/archives - ケース・アクティビティの作成
- メソッド: postパス:
/cases/{id}/activities/{activityDefinitionId} - プロセス・インスタンスの作成
- メソッド: postパス:
/processes - タスクの作成
- メソッド: postパス:
/tasks - To Doタスクの作成
- メソッド: postパス:
/tasks/todoTask - タスクの添付の削除
- メソッド: deleteパス:
/tasks/{id}/attachments/{attachmentName} - タスクに対するアクションの実行
- メソッド: putパス:
/tasks - ケースの取得
- メソッド: getパス:
/cases/{id} - グループの取得
- メソッド: getパス:
/identities/group/{groupid} - プロセス・インスタンス・アーカイブの取得
- メソッド: getパス:
/archives/{id} - ロールの取得
- メソッド: getパス:
/identities/role/{roleid} - タスクの取得
- メソッド: 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パス:
/identities/user/{userid} - アプリケーション情報の取得
- メソッド: getパス:
/runtime - ケース・アクティビティの取得
- メソッド: getパス:
/cases/{id}/activities - ケース・コメントの取得
- メソッド: getパス:
/cases/{id}/comments - ケース・データの取得
- メソッド: getパス:
/cases/{id}/casedata - ケース・マイルストンの取得
- メソッド: getパス:
/cases/{id}/milestones - ケース・ステークホルダーの取得
- メソッド: getパス:
/cases/{id}/stakeholders - ケースの取得
- メソッド: getパス:
/cases - カスタム・タスク・リストの取得
- メソッド: getパス:
/tasks/views - アイデンティティの取得
- メソッド: getパス:
/identities - プロセス定義の取得
- メソッド: getパス:
/process-definitions - プロセス・インスタンスの取得
- メソッド: getパス:
/processes - タスクの添付の取得
- メソッド: 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