> 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/system-bo-api/undefined-28.md).

# 개인정보 열람 이력 조회

## 개인정보열람이력조회 목록 조회

> \## 기능설명\
> \* 사용자 ID/사번, 기간에 따른 개인정보 열람 이력 목록을 조회합니다.\
> \---\
> \## 상세내용\
> \* 사용자 ID/사번, 기간에 따른 개인정보 열람 이력 목록을 조회합니다.\
> \* 열람 사유가 존재하는 경우 열람 사유를 볼 수 있습니다.\
> \---\
> \## 수정번호\
> \* Release v1.07\_231228: Response 추가 (화면명)\
> \* Release v2.00\_240530: 날짜조회 쿼리 변경<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":{"StIndInfoQryLogRequest":{"type":"object","description":"개인정보 열람 이력 조회 요청 DTO","properties":{"startDate":{"type":"string","format":"date","description":"조회시작일자"},"endDate":{"type":"string","format":"date","description":"조회종료일자"},"userId":{"type":"string","description":"사용자ID"},"userNm":{"type":"string","description":"사용자이름"},"userGbCdNm":{"type":"string","description":"권한명"},"scrnNm":{"type":"string","description":"화면명"}}},"ResponseRealGridListResponseStIndInfoQryLogResponse":{"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":{"$ref":"#/components/schemas/RealGridListResponseStIndInfoQryLogResponse","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"RealGridListResponseStIndInfoQryLogResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/StIndInfoQryLogResponse"}}}},"StIndInfoQryLogResponse":{"type":"object","description":"개인정보 열람 이력 조회 응답 DTO","properties":{"userId":{"type":"string","description":"사용자ID"},"rednCausCont":{"type":"string","description":"열람사유내용"},"empNo":{"type":"string","description":"사번"},"userGbCdNm":{"type":"string","description":"권한명"},"scrnNm":{"type":"string","description":"화면명"}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"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"}}}}}},"paths":{"/v2/system/personalInfo/getPersonalInfoList":{"get":{"tags":["개인정보 열람 이력 조회"],"summary":"개인정보열람이력조회 목록 조회","description":"## 기능설명\n* 사용자 ID/사번, 기간에 따른 개인정보 열람 이력 목록을 조회합니다.\n---\n## 상세내용\n* 사용자 ID/사번, 기간에 따른 개인정보 열람 이력 목록을 조회합니다.\n* 열람 사유가 존재하는 경우 열람 사유를 볼 수 있습니다.\n---\n## 수정번호\n* Release v1.07_231228: Response 추가 (화면명)\n* Release v2.00_240530: 날짜조회 쿼리 변경\n","operationId":"getPersonalInfoList","parameters":[{"name":"stIndInfoQryLogRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/StIndInfoQryLogRequest"}},{"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/ResponseRealGridListResponseStIndInfoQryLogResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
