GET/bots/{botId}/richmenus/default

Bot のデフォルトリッチメニューを取得する。

Authorization

oauth2

Access Token を指定します。
指定の方法や Access Token の取得方法は 共通仕様 を参照してください。

Scope

bot.message
bot
bot.read

HTTP Request

GEThttps://www.worksapis.com/v1.0/bots/{botId}/richmenus/default

Path Parameters

ParameterTypeDescription
botId integer 

Bot ID


required
example : 2000001
format : int64 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
botId integer 

Bot ID


format : int64 
defaultRichmenuId string 

デフォルトリッチメニュー ID


readOnly : true 

Response Example

example

1{2  "botId": 2000001,3  "defaultRichmenuId": "40001"4}