タスク・コメントの取得

get

/tasks/{id}/comments

タスク・コメントを取得します。

リクエスト

この操作のリクエスト・パラメータはありません。

レスポンス

サポートされているメディア・タイプ
  • application/json
200 レスポンス
取得されたコメント
本文
ルート・スキーマ: /paths/~1tasks~1{id}~1comments/get/responses/200/schema
application/jsonの例

{
    "comments":{
        "comment":{
            "commentStr":"This is my first comment",
            "updatedBy":"jstein"
        }
    }
}