Skip to main content
GET
Search AutomationTiles
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-List role.

Enums

Query Parameters

Pagination & Sorting

integer
default:"1"
The page number to retrieve.
integer
default:"25"
The number of records per page.
string
The property name to sort results by (e.g. Name, CreatedOn).
integer
Sort direction. 0 for ascending, 1 for descending.

Filters

integer
Filter by iD of the location that owns this automation tile..
string
Filter by name shown to customers when they scan the tile..
string
Filter by unique GUID assigned automatically when the tile is created; it identifies the tile in its QR-code and scan URL..
integer
Filter by 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..
string
Filter by 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
Filter by whether tile use is restricted to the geographic area configured by its coordinates and radius or precision..
boolean
Filter by whether to check the customer in at the tile’s location before running a non-CheckIn or non-CheckOut action..
string
Filter by longitude coordinate of the tile for geographic restriction when EnableGeofence is enabled..
string
Filter by latitude coordinate of the tile for geographic restriction when EnableGeofence is enabled..
integer
Filter by geofence precision setting: Low, Medium, High, or VeryHigh; use with the tile coordinates when EnableGeofence is enabled..
integer
Filter by optional geofence radius in meters from the tile coordinates; use it when EnableGeofence is enabled..
string
Filter by legacy success-message setting; the current tile execution service returns action-specific messages instead..
string
Filter by legacy error-message setting; the current tile execution service returns action-specific messages instead..

Range Filters

integer
Filter by optional geofence radius in meters from the tile coordinates; use it when EnableGeofence is enabled. greater than or equal to this value.
integer
Filter by optional geofence radius in meters from the tile coordinates; use it when EnableGeofence is enabled. less than or equal to this value.
string
Filter records created on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records created on or before this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or after this date. Format: YYYY-MM-DDTHH:mm.
string
Filter records updated on or before this date. Format: YYYY-MM-DDTHH:mm.

Code Examples

Simple listing

Filtering by Name

Range filters

Response

200

AutomationTile[]
The list of AutomationTile records matching the query. See the Get one AutomationTile endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each AutomationTile. The following fields are not populated in the Records[] response: GeofencePrecission.To get all fields, fetch the full record using the Get one AutomationTile endpoint.Important for updates: When updating a record via PUT, always retrieve the full record with a GET request first, apply your changes to that complete data, and then send the updated record. Do not use data from a listing response as the base for a PUT request, as missing fields may be unintentionally cleared.
integer
Current page number.
integer
Number of records per page.
string
The field used for sorting.
integer
The sort direction (0 = ascending, 1 = descending).
integer
Index of the first item on the current page.
integer
Index of the last item on the current page.
integer
Total number of matching records across all pages.
integer
Total number of pages.
boolean
Whether there is a next page of results.
boolean
Whether there is a previous page of results.
Example Response