01304 827609 info@use-ip.co.uk Find us

Door Entry Get Access Event Filtered to show only valid authenticated check in and check out?

elvin

New Member
Messages
1
Points
1
I am trying to test my attendance device of hikvision.

Model: DS-K1T341AMF

I want to get event which show the list of event that have a check in and check out event here is the sample response:

{
"AcsEvent": {
"searchID": "1",
"totalMatches": 72,
"responseStatusStrg": "MORE",
"numOfMatches": 30,
"InfoList": [
{
"major": 5,
"minor": 22,
"time": "2023-10-02T07:46:40+07:00",
"doorNo": 1,
"type": 0,
"serialNo": 574,
"currentVerifyMode": "invalid"
},
{
"major": 5,
"minor": 75,
"time": "2023-10-02T07:46:48+07:00",
"cardType": 1,
"name": "test schedule",
"cardReaderNo": 1,
"doorNo": 1,
"employeeNoString": "99",
"type": 0,
"serialNo": 575,
"userType": "normal",
"currentVerifyMode": "cardOrFaceOrFp",
"attendanceStatus": "checkIn",
"label": "Check In",
"mask": "no",
"pictureURL": "URL",
"picturesNumber": 1
},
{
"major": 5,
"minor": 21,
"time": "2023-10-02T07:46:48+07:00",
"doorNo": 1,
"type": 0,
"serialNo": 576,
"currentVerifyMode": "invalid",
"label": "Check In"
},
{
"major": 5,
"minor": 22,
"time": "2023-10-02T07:46:53+07:00",
"doorNo": 1,
"type": 0,
"serialNo": 577,
"currentVerifyMode": "invalid",
"label": "Check In"
},

here is the request json form:
{
"AcsEventCond": {
"searchID": "1",
"searchResultPosition": 0,
"maxResults": 1000,
"major": 5,
"minor": 0,
"startTime": "2023-10-02T00:00:00+07:00",
"endTime": "2023-10-03T23:59:59+07:00"
}
}

reference :


I'd like to know how to filter the get access event which shows only event list that only valid authenticated check in and check out with fingerprint and face recognition?
 

Attachments

  • image_2023-10-04_095214395.png
    image_2023-10-04_095214395.png
    97.8 KB · Views: 112
Back
Top