Site Display Mall
Access Token
Retrieve Site Information Success
Site Information DTO
Site No.
1Site Name
x2beeTransaction Start Date
2021-01-01Transaction End Date
2029-12-31Site Domain
x2bee.comRetrieve Site Information Failure
GET /api/display/v1/site HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"siteNo": 1,
"siteNm": "x2bee",
"trdStrtDt": "2021-01-01",
"trdEndDt": "2029-12-31",
"siteDom": "x2bee.com"
}Function Description
This API retrieves the list of popup information for the site.
Detailed Description
If the channel detail number is not entered, the default value 1000001 is set.
Only popups within the popup period are displayed, shown in order of priority.
If priorities are equal, they are displayed in order of system registration, then system modification.
string
20string
02string
iosstring
1000001string
01Access Token
Popup list information retrieved successfully
Site Popup Information DTO
Popup No.
141Popup Name
팝업명Popup Type Code (DP014 01: Information Popup, 02: App Link Popup, 03: Coupon Download Popup)
01Popup Output Type Code (DP017 01: Full Screen, 02: Partial Screen)
02Popup Content Type Code (DP029 01: Image Type, 02: HTML)
01Popup Link
x2bee.comPopup Image Path (Required when display media is MOBILE)
/testPopup Content (Required when popup content type code is HTML)
팝업내용Popup Size Width (Required when display media is PC)
10Popup Size Height (Required when display media is PC)
20Popup Position LEFT (Required when display media is PC)
30Popup Position (Required when display media is PC)
40Channel Detail No.
1000001Channel Link Information (Used as the app tracking code when popup type code is 02, or as the coupon number when 03)
Priority
1Failed to retrieve popup list information
GET /api/display/v1/site/popupList?dispMediaCd=text&popupTgtScrnCd=text&chlDtlNo=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"popupNo": 141,
"popupNm": "팝업명",
"popupTypCd": "01",
"prtTypCd": "02",
"popupContGbCd": "01",
"popupLink": "x2bee.com",
"popupImgPathNm": "/test",
"popupCont": "팝업내용",
"popupSzWdt": 10,
"popupSzHigh": 20,
"popupLocLeft": 30,
"popupLocTop": 40,
"chlDtlNo": 1000001,
"chlLinkInfo": "text",
"prioRnk": 1
}Function Description
This API retrieves the terms information for the site and the list of past terms application dates.
Detailed Description
Retrieves the terms information and the list of past terms application dates as of the current date.
If two or more terms apply as of the current date, only the one with the most recent application start date is retrieved.
The list of past terms application dates is displayed in most-recent-first order.
string
1string
300string
20230101Access Token
Terms information retrieved successfully
Terms Information DTO
Common Terms Sequence No.
10202Site No.
1Common Terms Type Code (CH010)
300Terms Policy Code (CH005)
300Terms & Policy Name
개인정보처리방침Application Start Date
20230101Application End Date
20231231Title
약관제목Text Content
약관문구내용Language Code (CM009)
koFailed to retrieve terms information
GET /api/display/v1/site/policyList?siteNo=text&agmtPolcCd=text&aplyStrDt=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"cmAgmtSeq": 10202,
"siteNo": 1,
"cmAgmtPolcGbCd": 300,
"agmtPolcCd": 300,
"agmtPolcNm": "개인정보처리방침",
"aplyStrDt": 20230101,
"aplyEndDt": 20231231,
"title": "약관제목",
"wrdCont": "약관문구내용",
"langCd": "ko",
"applyDateList": [
{
"cmAgmtSeq": 10202,
"agmtPolcCd": 300,
"aplyStrDt": 20230101
}
]
}Site No. (x2bee.com : 1)
1Display Status (Displayed: Y, Not Displayed: N)
YAccess Token
Mall Information Retrieved Successfully
Mall Information DTO
Mall No.
1Mall Name
전시몰명Link URL
http://www.x2bee.comNavigation Frame Code (DP007)
01Display Order
1Mall Information Retrieval Failed
GET /api/display/v1/mall HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"dpmlNo": 1,
"dpmlNm": "전시몰명",
"linkUrlAddr": "http://www.x2bee.com",
"movFrmeCd": "01",
"dispSeq": 1
}Mall No.
10001Access Token
Mall Information Retrieved Successfully
Mall Information DTO
Mall No.
1Mall Name
전시몰명Link URL
http://www.x2bee.comNavigation Frame Code (DP007)
01Display Order
1Mall Information Retrieval Failed
GET /api/display/v1/mall/defaultShop?mallNo=text HTTP/1.1
Host: api-display.x2bee.com/
Accept: */*
{
"dpmlNo": 1,
"dpmlNm": "전시몰명",
"linkUrlAddr": "http://www.x2bee.com",
"movFrmeCd": "01",
"dispSeq": 1
}Last updated