Skip to main content
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

integer
required
The Id of the LogEntry record to retrieve.

Code Examples

Response

200

integer
ID of the business linked to this record.
integer
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.
string
Free-text description of this log entry.
string
The action by value for this log entry.
string
The entity name value for this log entry.
integer
ID of the entity associated with this record.
boolean
Whether obsolete is enabled.
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