Forms Get Responses
Google Forms の回答を取得します。
引数
- •フォームID (必須): 回答を取得するフォームのID
オプション
- •
--max <number>: 最大取得件数(デフォルト: 50)
実行方法
bash
python plugins/shiiman-google/skills/forms-list/scripts/google_forms.py responses --form-id <form-id>
最大件数を指定
bash
python plugins/shiiman-google/skills/forms-list/scripts/google_forms.py responses --form-id <form-id> --max 100
出力項目
- •responseId: 回答ID
- •createTime: 回答日時
- •answers: 各質問への回答内容