[
{
"device_id": "Device ID as defined in setup section of the personnel module",
"label": "Device label",
"location": "Location at which the device installed",
"direction": "Device direction: NONE, IN, OUT, IN/OUT."
}, ...
]
200 OK
true
Success
No data found.
null
Example
Request
curl --request GET 'https://your_account.modulus.biz/api/hr/PublicAttendanceDeviceList?token=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
{
"result":true,
"title":"success",
"message":"No data found.",
"object":null
}
In case of “IN/OUT” device, modulus® expects to receive check-IN/OUT flag along with the uploaded logs. Otherwise, modulus® decides log type (IN/OUT) according to shifts on relevant date.