GET/bots/{botId}/richmenus/default
Bot のデフォルトリッチメニューを取得する。
Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。
bot.message
bot
bot.read
| Parameter | Type | Description |
|---|---|---|
| botId | integer | Bot ID required example : 2000001 format : int64 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| botId | integer | Bot ID format : int64 |
| defaultRichmenuId | string | デフォルトリッチメニュー ID readOnly : true |
example
1{2 "botId": 2000001,3 "defaultRichmenuId": "40001"4}