기본 Rich Menu 조회

GET /bots/{botId}/richmenus/default

기본으로 설정된 리치 메뉴를 조회한다.

Authorization

oauth2

OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.

Scope

bot.message
bot
bot.read

Request

HTTP Request

GET

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

Path Parameters

ParameterTypeDescription
botId integer 

봇 ID


required
example : 2000001
format : int64 

Header Parameters

HeadertypeDescription
Authorization string 

Bearer {token}


required 

Response

HTTP 200

OK

PropertyTypeDescription
botId integer 

봇 ID


format : int64 
defaultRichmenuId string 

기본으로 설정된 리치 메뉴의 ID


readOnly : true 

Response Example

example

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