레이아웃 구성 규칙 조회
Request
Response
result - array<object>
productCode
string
20
레이아웃 사용이 가능한 메시지 상품 코드 입니다.
sms
lms
mms
componentCount
integer
레이아웃 정의 시 지정 가능한 최대 컴포넌트 개수 입니다.
componentMinCount
integer
레이아웃 정의 시 필요한 최소 컴포넌트 개수 입니다.
buttonCount
integer
레이아웃 정의 시 지정 가능한 버튼 컴포넌트 개수 입니다.
componentLimit - object
ImageGroup
integer
이미지를 표시할 수 있는 컴포넌트 그룹입니다.
TitleGroup
integer
제목을 표시할 수 있는 컴포넌트 그룹입니다.
BannerGroup
integer
배너형태의 이미지를 표시할 수 있는 컴포넌트 그룹입니다.
DescriptionGroup
integer
일반적인 내용을 표시할 수 있는 컴포넌트 그룹입니다.
ItemGroup
integer
작은 아이콘형태 이미지와 소제목을 표시할 수 있는 컴포넌트 그룹입니다.
ThumbDescGroup
integer
작은 이미지와 설명을 표시할 수 있는 컴포넌트 그룹입니다.
TableGroup
integer
표 형식으로 내용을 표시할 수 있는 컴포넌트 그룹입니다.
ThumbnailGroup
integer
작은 아이콘형태 이미지와 소제목을 표시할 수 있는 컴포넌트 그룹입니다.
NoticeGroup
integer
특정 용도의 내용을 표시할 수 있는 컴포넌트 그룹입니다.
ButtonGroup
integer
버튼을 표시할 수 있는 컴포넌트 그룹입니다.
❖ response body sample
{
"code": "20000000",
"desc": null,
"result": [
{
"productCode": "sms",
"componentMinCount": 1,
"componentCount": 2,
"buttonCount": 1,
"componentLimit": {
"ItemGroup": 1,
"TableGroup": 1,
"ButtonGroup": 1,
"DescriptionGroup": 1,
"TitleGroup": 1
}
},
{
"productCode": "lms",
"componentMinCount": 1,
"componentCount": 6,
"buttonCount": 3,
"componentLimit": {
"ItemGroup": 1,
"NoticeGroup": 1,
"TableGroup": 2,
"ButtonGroup": 3,
"DescriptionGroup": 3,
"TitleGroup": 1
}
},
{
"productCode": "mms",
"componentMinCount": 1,
"componentCount": 6,
"buttonCount": 3,
"componentLimit": {
"ItemGroup": 1,
"NoticeGroup": 1,
"TableGroup": 1,
"ThumbnailGroup": 1,
"ButtonGroup": 3,
"ThumbDescGroup": 1,
"DescriptionGroup": 1,
"ImageGroup": 1,
"TitleGroup": 1,
"BannerGroup": 1
}
}
],
"status": 200
}
error code는 RCS Biz Center - Response body error code 참조
Last updated
Was this helpful?