현재 우리 쇼핑몰이나, 웹사이트 등에서 이벤트키키에 등록하고 실행 중인 이벤트 리스트르 불러올때 사용하는 API 입니다.
구분 | 내용 |
사용목적 | 고객 서비스에서 별도의 UI 를 구성하여 현재 실행중인 이벤트리스트롤 보여 주고 싶을 때 사용합니다. |
GET /url/
ex) https://dev.eventkiki.com/api/v2/ekiki/mg/geteventlist?hostId=eventkiki&pluginType=C24&userId=eventkiki
Parameter | name | Required | Type |
---|---|---|---|
hostId | 이벤트키키ID | Required | string |
pluginType | 플러그인타입 -카페24:C24 -WMO:슈커커넥트 -FXG:플렉스지 -EKK:독립 연동 | Required | string |
userId | 사용자 ID 사용자 ID 입력시 사용자가 참여한 이벤트만 불러옴 | optional | string |
Name | Value | description |
---|---|---|
errorcode | 에러코드 | |
errordetail | 에러내용 | |
result | 결과값 | |
result.eventList | 이벤트 리스트 배열 | |
result.eventList.appId | appId | |
result.eventList.mgId | mgId | |
result.eventList.title | 이벤트 타이틀 | |
result.eventList.mgType | mgType | |
result.eventList.description | 이벤트 설명 | |
result.eventList.startYHS | 이벤트 시작일 | |
result.eventList.endYHS | 이벤트 종료일 | |
result.eventList.joinedYN | 회원 참여 여부 |
code | description |
---|---|
EKE0001 | 필수입력값 존재하지 않음 |
EKE0102 | token 검증 실패 |
EKE9901 | 기타 오류 |