タスクのRESTエンドポイント
タスク
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