| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate |
Task Start Date |
date |
None. |
| endDate |
Task End Date |
date |
None. |
| overdue |
Flag set if the task is overdue, this is based on endDate and status |
boolean |
None. |
| myTask |
Flag showing if task is assigned to the current user |
boolean |
None. |
| assignedUsers | Collection of ViewUserDTO |
None. |
|
| assignedGroups | Collection of ViewGroupDTO |
None. |
|
| children |
A list of Child Tasks |
Collection of SDTask |
None. |
| mySubTask |
Flag showing if one of the child tasks is assigned to the current user. |
boolean |
None. |
| i_node |
Unique database id of the item |
integer |
None. |
| f_node |
Unique database id of the item's parent, this is needed sometimes to figure out the structure of the content |
integer |
None. |
| item |
Name\Title of the item |
string |
None. |
| description |
Description of the item |
string |
None. |
| creator |
User details who created the item |
ViewUserDTO |
None. |
| status |
Current status of the item |
string |
None. |