list_common_infos
List common information shared across your account, such as business hours or contact URLs. Filter results by folder or retrieve uncategorized items.
Instructions
共通情報(特定の友だちに紐づかず、アカウント全体で共有される固定値。例: 営業時間・定休日・問い合わせ先URLなど)の一覧を取得する。友だち情報(friend_info、友だちごとに値が異なる属性)とは別物。各要素は配信テンプレートやメッセージ本文からショートコード(shortcode_id)経由で差し込める。folder_id を指定するとそのフォルダ内のみに絞り込み、null を指定すると未分類フォルダのみになる。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 取得件数(最大1000、既定50) | |
| cursor | No | 前回レスポンスの next_cursor を渡すとその続きから取得する | |
| folder_id | No | 絞り込み対象のフォルダID(省略時は全フォルダ、null 指定で未分類のみ) |