> 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/api-en/back-office-api-reference/system-bo-api/personal-information-access-history-lookup.md).

# Personal Information Access History Lookup

## Retrieve Personal Information Access History List

> \## Function Description\
> \* Retrieves the personal information access history list by user ID/employee number and period.\
> \---\
> \## Detailed Description\
> \* Retrieves the personal information access history list by user ID/employee number and period.\
> \* If an access reason exists, the access reason can be viewed.\
> \---\
> \## Revision History\
> \* Release v1.07\_231228: Added Response (screen name)\
> \* Release v2.00\_240530: Changed date search query<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":"Personal Data Access History Retrieval Request DTO","properties":{"startDate":{"type":"string","format":"date","description":"Search Start Date"},"endDate":{"type":"string","format":"date","description":"Search End Date"},"userId":{"type":"string","description":"User ID"},"userNm":{"type":"string","description":"User Name"},"userGbCdNm":{"type":"string","description":"Authorization Name"},"scrnNm":{"type":"string","description":"Screen Name"}}},"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":"Personal Data Access History Retrieval Response DTO","properties":{"userId":{"type":"string","description":"User ID"},"rednCausCont":{"type":"string","description":"Access Reason Content"},"empNo":{"type":"string","description":"Employee No."},"userGbCdNm":{"type":"string","description":"Authorization Name"},"scrnNm":{"type":"string","description":"Screen Name"}}},"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":["Personal Information Access History Lookup"],"summary":"Retrieve Personal Information Access History List","description":"## Function Description\n* Retrieves the personal information access history list by user ID/employee number and period.\n---\n## Detailed Description\n* Retrieves the personal information access history list by user ID/employee number and period.\n* If an access reason exists, the access reason can be viewed.\n---\n## Revision History\n* Release v1.07_231228: Added Response (screen name)\n* Release v2.00_240530: Changed date search query\n","operationId":"getPersonalInfoList","parameters":[{"name":"stIndInfoQryLogRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/StIndInfoQryLogRequest"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseRealGridListResponseStIndInfoQryLogResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
