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.
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.
The list of AutomationTileAudit records matching the query. See the Get one AutomationTileAudit endpoint for the full list of properties returned for each record.
Partial records — The listing endpoint returns a summary representation of each AutomationTileAudit. The following fields are not included in the Records[] response: Action.To get all fields, fetch the full record using the Get one AutomationTileAudit 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.