Classes
Members
String
# baseType
The base type of the task. Can be 'private' for a private task or 'projecttask' for a project task.
String
# createdFromTaskId
When the task was created by a recurrency rule, the id is the link to the template of which the task was created.
String
# entityId
The id of the entity this task is assigned to. This is the id of the project if this is a project task, or the id of a user if this is a private task.
Boolean
# isRecurring
If the task is a recurrency template (used to create new tasks by a recurrency rule), the flag is true.
String
# projectId
The id of the project this task is assigned to. Only set if this is a project task. In this case, it is equal to the EntityId.
Integer
# remainingDuration
The expected remaining duration from the original planned effort of the task, in seconds.
Integer
# resourceVersion
The version of the entity continuously incremented by 1 on every update of the entity.