GET/bots/{botId}/richmenus/{richmenuId}/image
리치 메뉴에 설정된 이미지를 조회한다.
조회된 이미지는 콘텐츠 다운로드 API를 이용하여 다운로드할 수 있다.
OAuth 2.0 인증.
자세한 인증 방식은 인가·인증을 참고한다.
bot.message
bot
bot.read
| Parameter | Type | Description |
|---|---|---|
| botId | integer | 봇 ID required example : 2000001 format : int64 |
| richmenuId | string | 봇 리치 메뉴 ID required example : 40001 |
| Header | type | Description |
|---|---|---|
| Authorization | string | Bearer {token} required |
OK
| Property | Type | Description |
|---|---|---|
| fileId | string | 리치 메뉴 이미지 파일 ID required |
| i18nFileIds | array (i18nFileIds) | 다국어 파일 ID 목록 minItems : 0 |
| Property | Type | Description |
|---|---|---|
| language | string | 다국어 언어 코드 required Allowed values : ko_KR, ja_JP, en_US, zh_CN, zh_TW |
| fileId | string | 파일 ID required |
example
1{2 "fileId": "jp1.1628695315008671000.1628781715.0.1000001.0.0.0",3 "i18nFileIds": [4 {5 "language": "en_US",6 "fileId": "jp1.1628695315008671000.1628781715.0.1000001.0.0.0"7 }8 ]9}