본 이벤트는 대량 복사하여 가맹점 별로 이벤트를 진행하고 있는 경우 해당 매장의 특정 이벤트에서 개별 미션을 완료한 리스트를 조회합니다.
[TEST] URL : https://api1.eventkiki.com/api/v2/ekiki/me/getcompletedlist
Method : GET
Parameter | name | Required | Type |
---|---|---|---|
meId | 미션이벤트ID | required | string |
name | Type | description |
---|---|---|
success | string | 성공여부 |
errorcode | string | 에러코드 |
errordetail | string | 에러내용 |
result | json | 결과값 |
result.completedMissioninfos | json array | 미션완료 리스트 |
result.completedMissioninfos.title | json | 미션명 |
result.completedMissioninfos.userId | json | 사용자ID |
result.completedMissioninfos.completedDate | 미션완료일시 | |
code | description |
---|---|
EKE0001 | 필수입력값 존재하지 않음 |
EKE9901 | 기타 오류 |
JSON