AutomationTileAudits
Search AutomationTileAudits
Search and list AutomationTileAudit records with filtering, sorting, and pagination.
GET
Search AutomationTileAudits
An AutomationTileAudit is a log entry recorded each time an
AutomationTile is scanned or tapped. It captures the outcome (success or failure), the action that was triggered, and the identity of the user who scanned the tile.
Use this entity to review tile usage history, troubleshoot scanning failures, and track which customers are interacting with specific tiles.
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 AutomationTileAudit-List role.Enums
eAutomationTileAction — Action values
eAutomationTileAction — Action values
| Value | Name |
|---|---|
| 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 |
eTileAuditType — TileAuditType values
eTileAuditType — TileAuditType values
| Value | Name |
|---|---|
| 1 | Success |
| 2 | Failure |
Query Parameters
Pagination & Sorting
The page number to retrieve.
The number of records per page.
The property name to sort results by (e.g.
Name, CreatedOn).Sort direction.
0 for ascending, 1 for descending.Filters
Filter by iD of the automation tile linked to this record.
Filter by human-readable description of what happened when the tile was scanned.
Filter by name or identifier of the customer who scanned the tile.
Filter by the action that was triggered when the tile was scanned (matches the tile’s configured action).
Filter by outcome of the scan: Success or Failure.
Range Filters
Filter records created on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records created on or before this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or after this date. Format:
YYYY-MM-DDTHH:mm.Filter records updated on or before this date. Format:
YYYY-MM-DDTHH:mm.Code Examples
Simple listing
Filtering by Description
Range filters
Response
200
The list of AutomationTileAudit records matching the query. See the Get one AutomationTileAudit endpoint for the full list of properties returned for each record.
Current page number.
Number of records per page.
The field used for sorting.
The sort direction (
0 = ascending, 1 = descending).Index of the first item on the current page.
Index of the last item on the current page.
Total number of matching records across all pages.
Total number of pages.
Whether there is a next page of results.
Whether there is a previous page of results.
Example Response
Search AutomationTileAudits