Checkin details

Is there any option we can get checkin information for checkin done using mobile application from API (POST Get Record), current its showing only physical devices checkin details.

Hi @Afu
Greetings! We can get the logs done on mobile application in API Payload. Kindly check the API payload again. Example as below:

{
“uuid”: “ae728d3ee653d50945e4e46c2de0f7db822fb557fe1b54e706e1115691a565ce”,
“checktype”: 0,
“checktime”: “2023-09-22T05:49:25+00:00”,
“device”: {
“serial_number”: “0730123421440109”,
“name”: “EP300 Pro”
},
“employee”: {
“first_name”: “Dhiraj”,
“last_name”: “Hakke”,
“workno”: “100”,
“department”: “ABC”,
“job_title”: “Admin”
}
},
{
“uuid”: “c55ef4d398cbbab3f7cd5f5ec55071ddcf72d983d92b63d8c144e07864f6fa5c”,
“checktype”: 0,
“checktime”: “2023-09-22T05:12:05+00:00”,
“device”: {
“serial_number”: “”,
“name”: “”
},
“employee”: {
“first_name”: “Dhiraj”,
“last_name”: “Hakke”,
“workno”: “100”,
“department”: “ABC”,
“job_title”: “Admin”

The second one, without device serial number and device name, is the log I received from Mobile App as a record on CrossChex Cloud.
CrossChex Cloud Integration

while checkin using mobile application it always show checktype as “0”. why is that?

Hi @Afu, it is because there is no separate status to mark on Mobile App. 0 checktype is for IN status and that’s the only one available on Mobile App.