TimeEntries
Columns
Name
Type
ReadOnly
Description
Id [KEY]
Bigint
False
Unique ID of the time entry.
AgentId
Bigint
False
The ID of the agent to whom this time-entry is associated.
Billable
Boolean
False
Set to true if the time entry is billable.
ExecutedAt
Datetime
False
Time at which this time-entry was added/created.
Note
String
False
Description of the time entry.
StartTime
Datetime
False
The time at which the time-entry is added or the time of the last invoked
TicketId
Bigint
True
The ID of the ticket to which this time entry is associated.
TimeSpent
String
False
The duration in hh:mm format.
TimerRunning
Boolean
False
True if the timer is currently running.
CreatedAt
Datetime
True
Time Entry created timestamp.
UpdatedAt
Datetime
True
Time Entry updated timestamp.
Last updated