Last updated
curl -X 'GET' \
'https://openapi.exosp.com/logs/v1/screen-capture-control?offset=0&tableSize=1&startTimeUTC=2024-05-01T15%3A00%3A00%2B00%3A00&endTimeUTC=2024-08-01T15%3A00%3A00%2B00%3A00&timezone=Asia%2FSeoul&sortType=DESC' \
-H 'accept: application/json' \
-H 'x-exosp-access: YOUR_ACCESS_KEY' \
-H 'x-exosp-secret: YOUR_ACCESS_SECRET'
{
"code": 0,
"message": "success",
"body": {
"total": 18,
"data": [
{
"name": "이은지",
"departmentName": "cx 테스트",
"departmentFull": "어벤져스 > cx 테스트",
"osUserName": "home",
"computerName": "DESKTOP-K2PQT3B",
"captureType": "Application",
"productName": "KakaoTalk",
"processName": "KakaoTalk.exe",
"companyName": "Kakao Corp. ",
"dateOfEntryUTC": "2024-10-22T08:08:08+00:00",
"dateOfEntry": "2024-10-22T17:08:08+09:00"
}
]
}
}