array<object>
O
이미지 파일ID와 URL 및 사용 유형 정보를 제공합니다.
code
string
5
O
20000000
status
integer
3
O
200
desc
string
O
fileId
string
로고 이미지 파일 ID 입니다.
fileUrl
string
로고 이미지 파일 URL 입니다.
fileName
string
256
로고 이미지 파일 이름 입니다.
{
"code": "20000000",
"desc": null,
"result": [
{
"fileId": "",
"fileUrl": "",
"fileName": ""
}
],
"status": 200
}
{
"error": {
"code": "61003",
"message": "Invalid token"
},
"status": 401
}
error code는 RCS Biz Center - Response body error code 참조
RBC에서 템플릿용으로 제공되는 기본 로고 이미지 정보를 조회합니다.
조회된 이미지 파일 ID를 템플릿 등록 시 사용할 수 있습니다.
messagebaseform ID Path parameter 입니다.
GET /api/1.1/messagebase/messagebaseform/{messagebaseformId}/logo HTTP/1.1
Host: api-qa.rcsbizcenter.com
Authorization: Bearer JWT
Accept: */*