ID
globally unique identifier
ID of the Task. |
AncestorID
globally unique identifier
ID of the ancestor for a task; department, organization, or individual. |
ParentID
globally unique identifier
ID of the project above a task. |
Name
string
Name of the task. (Max length 255 characters) |
Priority
integer
Priority of the task. Valid inputs are: 1= low, 2 = normal, 3 = high, or null. |
Rank
integer
Rank of the task. |
RankPath
Collection of byte
Current rank of the given task in a byte array. |
RankOrder
string
RankOrder to sort rank in the format .0001.0001.0001 (This always returns null when reading a single task by ID.) |
DisplayRank
string
Rank that is displayed |
HoursActual
decimal number
Number of actual hours this task took. |
StartDateActual
string
Date this task was actually started. |
EndDateActual
string
Date this task was completed. |
SumHoursActual
decimal number
Sum of the actual number of hours this task took. |
SumHoursProjected
decimal number
Sum of the number of hours this task is projected to take. |
EndDate
string
Date the task actually ended or projected to end. |
StartDate
string
Date the task actually started or projected to start. |
ColorName
string
Name of the color for the task. |
MileStone
boolean
Denotes if this is a milestone task or not. |
Description
string
Task description |
Level
integer
Indention level on the task. |
EndDateProjected
string
Date the task is expected to be finished. |
StartDateProjected
string
Date the task is expected to start. |