Skip to main content
POST
Create AutomationTileAudit
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-Create role.

Enums

Request Body

Required Fields

integer
required
ID of the automation tile linked to this record.
string
required
Human-readable description of what happened when the tile was scanned.
integer
required
The action that was triggered when the tile was scanned (matches the tile’s configured action).
integer
required
Outcome of the scan: Success or Failure.

Optional Fields

string
Name or identifier of the customer who scanned the tile.

Code Examples

Response

200

integer
HTTP status code. 200 on success.
string
A human-readable message confirming the creation.
object
Contains the Id of the newly created record.
boolean
true if the automationtileaudit was created successfully.
array
null on success.
Example Response

400

string
A summary of the validation error(s), in the format PropertyName: error message.
any
null on validation failure.
object[]
Array of validation errors.
boolean
false when the request fails validation.
Example Response