Tasks
User tasks with project details and time tracking information
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| ClientId | Long |
Clients.Id | |
| ProjectId | Integer |
Projects.Id | |
| UserId | Integer |
User.Id | |
| WorkspaceId | Integer |
Workspaces.Id | |
| Name | String | ||
| IsActive | Boolean | ||
| LastUpdatedAt | Datetime | ||
| ServerDeletedAt | Datetime | ||
| RateLastUpdated | Datetime | ||
| AvatarUrl | String | ||
| ClientName | String | ||
| EstimatedSeconds | Integer | ||
| ExternalReference | String | ||
| IntegrationExtensionId | String | ||
| IntegrationExtensionType | String | ||
| IntegrationProvider | String | ||
| Permissions | String | ||
| IsProjectBillable | Boolean | ||
| ProjectColor | String | ||
| IsProjectPrivate | Boolean | ||
| ProjectName | String | ||
| Rate | Decimal | ||
| IsRecurring | Boolean | ||
| TogglAccountsId | String | ||
| TrackedSeconds | Integer | ||
| UserName | String |