기본 아이콘 이미지 목록 조회
Request
Response
필드명
타입
길이
필수여부
기본값
설명
result - array<object>
필드명
타입
길이
필수여부
기본값
설명
❖ response body sample
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /api/1.1/logo/common HTTP/1.1
Host: api-qa.rcsbizcenter.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"code": "20000000",
"desc": null,
"result": [
{
"fileName": "프로모션.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-DdWk6s_1.gif",
"fileId": "LT-messagebase.common-DdWk6s"
},
{
"fileName": "쿠폰.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-5Weq00_1.gif",
"fileId": "LT-messagebase.common-5Weq00"
},
{
"fileName": "이벤트.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-jUAJX2_1.gif",
"fileId": "LT-messagebase.common-jUAJX2"
},
{
"fileName": "예약.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-2Yxt2H_1.gif",
"fileId": "LT-messagebase.common-2Yxt2H"
},
{
"fileName": "영수증.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-2k8ydI_1.gif",
"fileId": "LT-messagebase.common-2k8ydI"
},
{
"fileName": "알림.gif",
"fileUrl": "https://file-qa.rcsbizcenter.com/form/messagebase.common/LT-messagebase.common-YCVd02_1.gif",
"fileId": "LT-messagebase.common-YCVd02"
}
],
"status": 200
}{
"error": {
"code": "61003",
"message": "Invalid token"
},
"status": 401
}