| 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. |
| assignedUsers | Collection of ViewUserDTO |
None. |
|
| assignedGroups | Collection of ViewGroupDTO |
None. |
|
| children |
A list of Child Tasks |
Collection of SDTask |
None. |
| projectName |
Task Project Name |
string |
None. |
| parentName |
Task Parent Name - Project/Task Name |
string |
None. |
| parentId |
Project or Task Parent Id |
integer |
None. |
| projectStartDate |
Project Start Date |
date |
None. |
| projectEndDate |
Project End Date |
date |
None. |
| projectStatus |
Project Status |
string |
None. |
| projectCode |
Project Code |
string |
None. |
| projectMeta | Collection of projectMeta |
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. |