All pages
Powered by GitBook
1 of 1

Loading...

템플릿 양식 로고 이미지 조회

Request

Response

필드명
타입
길이
필수여부
기본값
설명

array<object>

O

이미지 파일ID와 URL 및 사용 유형 정보를 제공합니다.

code

string

5

O

20000000

status

integer

3

O

200

desc

string

O

result - array<object>

필드명
타입
길이
필수여부
기본값
설명

fileId

string

로고 이미지 파일 ID 입니다.

fileUrl

string

로고 이미지 파일 URL 입니다.

fileName

string

256

로고 이미지 파일 이름 입니다.

❖ response body sample

{
    "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 참조

result

RBC에서 템플릿용으로 제공되는 기본 로고 이미지 정보를 조회합니다.

get

RBC에서 템플릿용으로 제공되는 기본 로고 이미지 정보를 조회합니다.

조회된 이미지 파일 ID를 템플릿 등록 시 사용할 수 있습니다.

  • 계정 권한 : 마스터, 매니저, 대행사
Authorizations
Path parameters
messagebaseformIdstringRequired

messagebaseform ID Path parameter 입니다.

get
GET /api/1.1/messagebase/messagebaseform/{messagebaseformId}/logo HTTP/1.1
Host: api-qa.rcsbizcenter.com
Authorization: Bearer JWT
Accept: */*