AutomationTiles
Get one AutomationTile
Retrieve a single AutomationTile record by its Id.
GET
Get one AutomationTile
An automation tile is a physical NFC or QR-code tile at a location that runs a configured action when a customer scans it, optionally restricting use by bookings, plans, passes, desks or offices, and geofencing.
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the AutomationTile-Read role.Path Parameters
integer
required
The Id of the AutomationTile record to retrieve.
Code Examples
Response
200
integer
ID of the location that owns this automation tile..
string
Name shown to customers when they scan the tile..
string
Unique GUID assigned automatically when the tile is created; it identifies the tile in its QR-code and scan URL..
integer
Action performed when a customer scans the tile: None disables it; values also support check-in/out, booking and event actions, resource cleaning, HTTPS requests or redirects, and configured access-control or locker systems.. See
eAutomationTileAction enum values: 1 = None, 2 = UnlockAct365Door, 3 = CheckIn, 4 = CheckOut, 5 = BookingCheckIn, 6 = EventCheckIn, 7 = ResourceCleaned, 8 = RequestUrl, 9 = RedirectUrl, 10 = UnlockDoorDeckDoor, 11 = UnlockKisiDoor, 12 = BookResource, 13 = BookDesk, 14 = ShowNewBookingForm, 15 = SmartLock, 16 = ExtendBookingBy, 17 = ShowAcsModal, 18 = UnlockPadWordDoor, 19 = UnlockOPaxtonNet2Door.string
Action-specific value: use a resource or desk ID, optionally followed by | and booking duration in minutes; a resource ID optionally followed by | and desk ID for booking check-in or the booking form; minutes for ExtendBookingBy; or the relevant door, locker, or URL ID. RequestUrl must start with https..
boolean
Whether tile use is restricted to the geographic area configured by its coordinates and radius or precision..
boolean
Whether to check the customer in at the tile’s location before running a non-CheckIn or non-CheckOut action..
string
Longitude coordinate of the tile for geographic restriction when EnableGeofence is enabled..
string
Latitude coordinate of the tile for geographic restriction when EnableGeofence is enabled..
integer
Geofence precision setting: Low, Medium, High, or VeryHigh; use with the tile coordinates when EnableGeofence is enabled.. See
eAutomationTileGeofencePrecission enum values: 1 = Low, 2 = Medium, 3 = High, 4 = VeryHigh.integer
Optional geofence radius in meters from the tile coordinates; use it when EnableGeofence is enabled..
string
Legacy success-message setting; the current tile execution service returns action-specific messages instead..
string
Legacy error-message setting; the current tile execution service returns action-specific messages instead..
integer[]
List of resources for which the customer must have a current booking to use this tile; an empty list imposes no resource-booking restriction..
integer[]
List of plans the customer must hold through an active contract to use this tile; an empty list imposes no plan restriction..
integer[]
List of passes the customer must hold to use this tile; an empty list imposes no pass restriction..
integer[]
List of desks or offices the customer or their paying member must hold through an active contract to use this tile; an empty list imposes no desk restriction..
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response