プロジェクトの取得|プロジェクト

プロジェクト情報を取得します。

メソッドとURI

GET /api/v1/projects/:projectId 

URLパラメーター

パラメータ内容
projectId数値プロジェクトID

クエリーパラメーター

パラメーター内容
include_total真偽値集計した情報(各種合計値)を取得する場合はtrue。
省略時:false

レスポンス

{
     "id": 1,
     "name": "「東京の魅力発信プロジェクト」の第2回目の提案",
     "code": "TOKYO02",
     "client_id":  1,
     "client_name": "東京都",
     "status": "new", 
     "billing_method": "project_time",
     "billing_hourly_wage": 2500,
     "budget_kind": "project_time",
     "budget_value": 3500,
     "note": null,
     "start_at": "2024-09-09",
     "end_at": null,
     "total": {
          "minute": 15300,
          "labour_cost": 1744000,
          "expenses": 5500,
          "billing_amount": 0,
     }
}
キー内容
total 各種合計値
クエリーパラメーター “include_total” がtrueの場合に出力される
 minute数値稼働時間(単位分)
 labour_cost数値人件費(単位円)
 expenses数値経費(単位円)
 billing_amount数値請求額(単位円)

関連する情報

プロジェクト一覧の取得|プロジェクトプロジェクトの登録|プロジェクトプロジェクトの更新|プロジェクトプロジェクトの削除|プロジェクト