YouTube: List Comments
動画のトップレベルコメントをDataTable(commentId, author, text, likeCount, replyCount)で一覧表示します。commentIdを'YouTube: コメント返信'で使用。
ソーシャルメディアYouTubeListComments
概要
動画のトップレベルコメントをDataTable(commentId, author, text, likeCount, replyCount)で一覧表示します。commentIdを'YouTube: コメント返信'で使用。
List top-level comments on a video as a DataTable (commentId, author, text, likeCount, replyCount). Use the commentId with 'YouTube: Reply to Comment'.
パラメータ
| パラメータ | 型 | 必須 | 既定値 | 説明 |
|---|---|---|---|---|
| Connection name | variable | 必須 | youtube | Name of the connection created by 'Authorize YouTube'. |
| Video (id or URL) | string | 必須 | 例: https://youtu.be/xxxxxxxxxxx 変数に対応 | |
| Max comments | number | 任意 | 100 | |
| Store DataTable in | variable | 必須 | comments |