> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/back-office-api/marketing-bo-api/undefined-7.md).

# 이벤트 응모이력

## 이벤트 응모이력 조회

> \## 기능 설명\
> \* 이벤트 응모이력 데이터를 조회합니다.\
> \---\
> \## 상세 설명\
> \* 필수값 없습니다.\
> \* \*\*이벤트번호/명(evtNo) , 사이트번호(siteNo) , 응모번호(trgmnSeq) , 응모일자(sbscAplyDtm) , 회원번호(mbrNo)\*\* 를 파라미터로 넘겨받아 조건에 해당하는 데이터를 조회 합니다.\
> \---<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridListResponseEvtAplctHstryResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/EvtAplctHstryResponse"}}}},"EvtAplctHstryResponse":{"type":"object","properties":{"qryGbCd":{"type":"string","description":"개인정보 조회구분코드(UR014) 10:조회,20:엑셀다운로드,30:수정"},"indInfoQryCaus":{"type":"string","description":"열람사유내용"},"trgmnSeq":{"type":"string","description":"대상자순번"},"evtNo":{"type":"string","description":"이벤트번호"},"evtNm":{"type":"string","description":"이벤트명"},"evtType":{"type":"string","description":"이벤트유형"},"siteNm":{"type":"string","description":"사이트명"},"mbrNo":{"type":"string","description":"회원번호"},"mbrNm":{"type":"string","description":"회원명"},"loginId":{"type":"string","description":"회원아이디"},"emailAddr":{"type":"string","description":"이메일"},"cellNo":{"type":"string","description":"휴대폰full번호"},"cellSctNo":{"type":"string","description":"휴대폰구분번호"},"cellTxnoNo":{"type":"string","description":"휴대폰국번번호"},"cellEndNo":{"type":"string","description":"휴대폰끝번호"},"sbscAplyDtm":{"type":"string","format":"date-time","description":"응모신청일시"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v2/marketing/eventApplicationHistory/getEventApplicationHistoryList":{"get":{"tags":["이벤트 응모이력"],"summary":"이벤트 응모이력 조회","description":"## 기능 설명\n* 이벤트 응모이력 데이터를 조회합니다.\n---\n## 상세 설명\n* 필수값 없습니다.\n* **이벤트번호/명(evtNo) , 사이트번호(siteNo) , 응모번호(trgmnSeq) , 응모일자(sbscAplyDtm) , 회원번호(mbrNo)** 를 파라미터로 넘겨받아 조건에 해당하는 데이터를 조회 합니다.\n---\n","operationId":"getEventApplicationHistoryList","parameters":[{"name":"evtNo","in":"query","description":"이벤트번호","schema":{"type":"string"}},{"name":"trgmnSeq","in":"query","description":"응모번호","schema":{"type":"string"}},{"name":"mbrNo","in":"query","description":"회원번호","schema":{"type":"string"}},{"name":"sbscAplyDtm","in":"query","description":"응모일자","schema":{"type":"LocalDate"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"현재 페이지","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"페이지 당 row","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"응모이력 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseEvtAplctHstryResponse"}}}},"900":{"description":"응모이력 조회 실패","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
