Kiosk
The Deputy Kiosk is an application that allows Deputy users to set up a clock in and out kiosk within their business premises. This is typically done in areas where devices such as mobile phones may be banned from use like a food kitchen.
Data Element | Data Type | What is it | Mandatory |
---|---|---|---|
Id | Integer | The unique id of the record | No |
Name | VarChar | The name of the kiosk | Yes |
InstallationId | VarChar | An id for the installation | Yes |
Company | Integer | The unique id for the location in the users Deputy install where the kiosk is located | Yes |
ConnectionMode | Integer | How the Kiosk is connected to Deputy 1 - Cookie 2 - URL 3 - App | Yes |
SubnetRestriction | Blob | Allows you to define a restriction on what subnets the Kiosk can run on | No |
AuthenticationMode | Integer | Defines the authentication mode for the kiosk 0 - PIN Only 1 - PIN or MSR 2 - MSR 3 - Face Unlock | No |
UseBiometric | Boolean True/False | Whether to use biometrics with the kiosk or not (example: Face ID on Kiosk and Android Time Clock apps) | No |
LastActivity | VarChar | The last activity performed on the kiosk such as the kiosk finished loading | No |
IpAddress | VarChar | The IP address of the Kiosk | No |
Creator | Integer | The id of the user that created the record | No |
Created | DateTime | The time the record was first created | No |
Modified | DateTime | The time the record was last modified | No |
Foreign Objects which can be linked with the Resource API
CompanyObject: Company
Updated almost 2 years ago