Tasks
Get information regarding tasks.
Columns
Name | Type | References | SupportedOperators | Description |
Id [KEY] | String | = | The ID of the task. | |
AssignedTo | String | = | Account ID of the user to whom this task is assigned. | |
AtlasDoc | String | The atlas doc format. | ||
BlogPostId | String | = | The blog post ID of the task. | |
CompletedAt | Datetime | Time when task is completed. | ||
CompletedBy | String | = | Account ID of the user who completed this task. | |
CreatedAt | Datetime | Time when task is created. | ||
CreatedBy | String | = | Account ID of the user who created this task. | |
DueAt | Datetime | Time when task is due. | ||
LocalId | String | The local ID. | ||
PageId | String | = | The page ID of the task. | |
SpaceId | String | = | The space ID of the task. | |
Status | String | = | The status of the task. | |
Storage | String | The body storage of the task. | ||
UpdatedAt | Datetime | Time when task is updated. |