Tasks
Retrieves a list of all tasks.
Columns
| Name | Type | References | |
| Id [KEY] | Integer | ||
| Title | String | ||
| Description | String | ||
| Type | String | ||
| UserId | Integer |
Users.Id | |
| ContactId | Integer |
Contacts.Id | |
| ContactEmail | String | ||
| ContactFirstName | String | ||
| Completed | Boolean | ||
| CompletionDate | Datetime | ||
| ContactLastName | String | ||
| CreationDate | Datetime | ||
| DueDate | Datetime | ||
| ModificationDate | Datetime | ||
| Priority | Integer | ||
| RemindTime | Integer | ||
| Url | String |