Skip to main content
GET
Get a single event log by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Event log returned

Response from GET /api/event-logs/{id}.

success
enum<boolean>
required
Available options:
true
data
object
required

A persisted EventLog record. Most fields come straight from the EventLog model; contactFirstName/contactLastName are joined in by the controller for the list view.

Example: