GETエンドポイント: Beesbusyからデータを抽出するためのエンドポイント
- GET /task/ – タスクの一覧を取得する
- GET /task/{id}/ – タスクを取得する
- GET /task-comment/ – タスクコメントの一覧を取得する
- GET /task-comment/{id}/ – タスクコメントを取得する
- GET /tasklist/ – タスクリストを一覧表示する
- GET /tasklist/{id}/ – タスクリストを取得する
- GET /project/ – プロジェクトの一覧を取得する
- GET /project/{id}/ – プロジェクトを取得する
- GET /timelog/ – タイムログの一覧
- GET /timelog/{id}/ – タイムログを取得する
- GET /member/ – メンバーの一覧
- GET /member/{id}/ – メンバーを取得する
- GET /custom-field/ – カスタムフィールドの一覧を取得する
- GET /custom-field/{id}/ – カスタムフィールドを取得する
- GET /label/ – ラベルの一覧を取得する
- GET /label/{id}/ – ラベルを取得する
- GET /thirdparty/ – サードパーティの一覧を取得する
- GET /thirdparty/{id}/ – サードパーティのIDを取得する
- GET /thirdparty-contact/ – サードパーティの連絡先を一覧表示する
- GET /thirdparty-contact/{id}/ – サードパーティの連絡先を取得する
- GET /thirdparty-type/ – サードパーティタイプの一覧
- GET /thirdparty-type/{id}/ – サードパーティタイプを取得する
POSTエンドポイント: Beesbusyでデータを作成するエンドポイント
- POST /task/ – タスクを作成する
- POST /task-comment/ – タスクコメントを作成する
- POST /tasklist/ – タスクリストを作成する
- POST /project/ – プロジェクトを作成する
- POST /task-attachment/ – タスク添付ファイルを追加する
- POST /task-custom-value/ – カスタム値(タスク)を作成する
- POST /task-member/ – タスクにメンバーを割り当てる
- POST /project-member/ – プロジェクトメンバーを追加する
- POST /project-custom-value/ – カスタム値(プロジェクト)を作成する
- POST /timelog-custom-value/ – カスタム値(タイムログ)を作成する
- POST /thirdparty/ – サードパーティを作成する
- POST /thirdparty-contact/ – サードパーティの連絡先を作成する
- POST /thirdparty-type/ – サードパーティタイプを作成する
- POST /label/ – ラベルを作成する
- POST /member/ – メンバーを作成する
PATCHエンドポイント: Beesbusyのデータを変更するためのエンドポイント
- PATCH /task-custom-value/{id}/ – カスタム値(タスク)を更新する
- PATCH /project-custom-value/{id}/ – カスタム値(プロジェクト)を更新する
- PATCH /timelog-custom-value/{id}/ – カスタム値(タイムログ)を更新する
- PATCH /thirdparty/{id}/ – サードパーティを更新する
- PATCH /thirdparty-contact/{id}/ – サードパーティの連絡先を更新する
- PATCH /thirdparty-type/{id}/ – サードパーティタイプを更新する
もっと知るために
詳細については、完全なドキュメントをこちらでご覧いただけます。 https://public-api.beesbusy.com/redoc/
API をテストするための Postman コレクションはここから入手できます: https://www.postman.com/beesbusy/beesbusy/collection/40096316-487dc55d-ee4c-42ba-845b-a2dc75143cd4