Skip to main content
GET
Get one EloxxLockersAudit
An EloxxLockersAudit records an audit trail entry for Eloxx smart locker operations. Each record logs an action (unlock, release, or assign) along with its success or failure status, the associated customer, and a description of the event.

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 EloxxLockersAudit-Read role.

Path Parameters

integer
required
The Id of the EloxxLockersAudit record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
string
Display name of the linked business (read-only).
integer
ID of the floor plan desk linked to this record.
string
Display name of the linked floor plan desk (read-only).
integer
ID of the coworker linked to this record.
string
The coworker coworker type value for this eloxx lockers audit.
string
Display name of the linked coworker full (read-only).
string
Display name of the linked coworker billing (read-only).
string
Display name of the linked coworker company (read-only).
string
The coworker team names value for this eloxx lockers audit.
string
Free-text description of this eloxx lockers audit.
string
The action by value for this eloxx lockers audit.
integer
The action value for this eloxx lockers audit. See eEloxxLockerAction enum values: 1 = None, 2 = Unlock, 3 = Release, 4 = Assign.
integer
The tile audit type value for this eloxx lockers audit. See eEloxxLockerAuditType enum values: 1 = Success, 2 = Failure.
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