TimeEntries
Time Entries represent time spent working for a client or project.
Columns
| Name | Type | Description |
| Id [KEY] | String | Unique identifier of the time entry. |
| ClientId | String | Unique identifier of the client. |
| ProjectId | String | Unique identifier of the project. |
| TaskId | String | Unique identifier of the task. |
| IsLogged | Boolean | False if the time entry is being created from a running timer. |
| CreatedAt | Datetime | The date when the time entry was created. |
| Billable | Boolean | True for entries that can be automatically added to an invoice. |
| TimerId | String | Unique identifier of the timer. |
| TimerIsRunning | Boolean | True if the timer is running. |
| PendingTask | String | The pending task. |
| Description | String | Notes of the user on the time entry. |
| Active | Boolean | True if the time entry is active. |
| Internal | Boolean | True if the time entry is not assigned to a client. |
| PendingProject | String | The pending project. |
| PendingClient | String | The pending client. |
| Duration | Integer | Duration of the time entry. |
| ServiceId | String | Unique identifier of the service. |
| Billed | Boolean | True if the entry time is billed. |
| StartedAt | Datetime | The date/time when the time entry started. |