LogEntries
Get one LogEntry
Retrieve a single LogEntry record by its Id.
GET
Get one LogEntry
A LogEntry records a system event or error for diagnostic and auditing purposes. Log entries are categorised by type (error, warning, information, payment error, integration error, etc.) and linked to the business where they occurred.
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 LogEntry-Read role.Path Parameters
The Id of the LogEntry record to retrieve.
Code Examples
Response
200
ID of the business linked to this record.
The log entry type value for this log entry. See
eLogEntryType enum values: 1 = Error, 2 = Warning, 3 = Information, 4 = InvoicingError, 5 = PaymentError, 6 = IntegrationError, 7 = AccessIntegrationError, 99 = Other.Free-text description of this log entry.
The action by value for this log entry.
The entity name value for this log entry.
ID of the entity associated with this record.
Whether obsolete is enabled.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one LogEntry