タスクRESTエンドポイントの管理
タスクの管理
タスク・リストを取得します。 タスクの取得、作成、更新および削除。
- タスク添付の追加
- メソッド: postパス:
/bpm/api/4.0/tasks/{id}/attachments - タスク・コメントの追加
- メソッド: postパス:
/bpm/api/4.0/tasks/{id}/comments - タスク添付の削除
- メソッド: deleteパス:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName} - タスクに対するアクションの実行
- メソッド: putパス:
/bpm/api/4.0/tasks/{id} - タスクの一括処理の実行
- メソッド: putパス:
/bpm/api/4.0/tasks - カスタム・タスク・リストの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/views/{viewname} - タスクの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id} - ストリームとしてのタスク添付の取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName}/stream - 名前によるタスク添付の取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/attachments/{attachmentName} - タスク・フォームURIの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/form - タスク・リストの取得
- メソッド: getパス:
/bpm/api/4.0/tasks - カスタム・タスク・リストの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/views - タスク添付の取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/attachments - タスク・コメントの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/comments - タスク履歴の取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/history - タスク・ペイロードの取得
- メソッド: getパス:
/bpm/api/4.0/tasks/{id}/payload - タスク・ペイロードの更新
- メソッド: putパス:
/bpm/api/4.0/tasks/{id}/payload