Swiper Type Management
Swiper Type No.
11OK
result time
result code
result message
process check
is error
GET /api/bo/v1/display/swiperType/{swiperTypNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Swiper Type No.
Swiper Type Basic
Swiper Type No.
11Swiper Type ID
IMG_ASwiper Type Name
이미지ASwiper Type Description
이미지 상하 노출, 텍스트 하단 노출Usage Status
YSwiper Type Target Information String
이미지+TEXTOK
result time
result code
result message
process check
payload
is error
PUT /api/bo/v1/display/swiperType/{swiperTypNo} HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Swiper Type No.
11Swiper Type Name
이미지Swiper Type ID
IMGUsage Status
YOK
result time
result code
result message
process check
is error
GET /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": {
"totalCount": 1,
"payloads": [
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
]
},
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Swiper Type Basic
Swiper Type No.
11Swiper Type ID
IMG_ASwiper Type Name
이미지ASwiper Type Description
이미지 상하 노출, 텍스트 하단 노출Usage Status
YSwiper Type Target Information String
이미지+TEXTOK
result time
result code
result message
process check
payload
is error
POST /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 274
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Swiper Type Basic
Swiper Type No.
11Swiper Type ID
IMG_ASwiper Type Name
이미지ASwiper Type Description
이미지 상하 노출, 텍스트 하단 노출Usage Status
YSwiper Type Target Information String
이미지+TEXTOK
result time
result code
result message
process check
payload
is error
DELETE /api/bo/v1/display/swiperType HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 276
[
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
]OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": "text",
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Swiper Type No. List
["11","21"]OK
result time
result code
result message
process check
is error
GET /api/bo/v1/display/swiperType/swiperTypNo?swiperTypNoList=undefined HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
OK
{
"timestamp": "2026-01-01T00:00:00.000Z",
"code": "text",
"message": "text",
"isProcess": true,
"payload": [
{
"swiperTypNo": 11,
"swiperTypId": "IMG_A",
"swiperTypNm": "이미지A",
"swiperTypDesc": "이미지 상하 노출, 텍스트 하단 노출",
"useYn": "Y",
"swiperTypeTargetList": [
{
"swiperTypNo": 11,
"swiperTgtCd": 22,
"dispSeq": 1,
"swiperTgtCnt": 2
}
],
"swiperTypeTgtNmStr": "이미지+TEXT"
}
],
"error": true,
"errors": [
{
"field": "text",
"message": "text"
}
]
}Last updated