Update a task.
|
id
globally unique identifier
Required
Guid ID of the Task to be updated. |
|
tz
string
Optional parameter to set time zone information. |
This object takes all the parameters needed to update an task.
System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList|
ID
globally unique identifier
Required on Update
ID of the Task. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor for a task; department, organization, or individual. |
|
ParentID
globally unique identifier
ID of the project above a task. |
|
Name
string
Required
Name of the task. (Max length 255 characters) |
|
Description
string
Description of the task. |
|
Priority
integer
Priority of the task. Valid inputs are: 1= low, 2 = normal, 3 = high, or null. |
|
Rank
integer
Rank of the task. |
|
Color
string
Hex value for the color of the given task. |
|
HoursActual
decimal number
Number of actual hours this task took. |
|
HoursProjected
decimal number
Number of hours this task is projected to take. |
|
StartDateActual
string
Date this task was actually started. |
|
StartDateProjected
string
Date this task is projected to start. |
|
EndDateActual
string
Date this task was completed. |
|
EndDateProjected
string
Date this task is projected to complete. |
|
Milestone
boolean
Displays if this task is a milestone or not. |
|
TrackingLabel
string
Customizable label for task. (Max length 50 characters) |
|
NearHighlightOverride
integer
Override the near due date highlights settings for a specific task. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the task. |
|
RankPath
Collection of byte
ReadOnly
Current rank of the given task in a byte array. |
|
RankOrder
string
ReadOnly
RankOrder to sort rank in the format .0001.0001.0001 (This always returns null when reading a single task by ID.) |
|
DisplayRank
string
ReadOnly
Rank that is displayed |
|
Level
integer
ReadOnly
Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3 (This always returns null when reading a single task by ID.) |
|
SumHoursActual
decimal number
ReadOnly
Sum of the actual number of hours this task took. |
|
SumHoursProjected
decimal number
ReadOnly
Sum of the number of hours this task is projected to take. |
|
Deleted
boolean
ReadOnly
Deleted status of the task. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the task. |
|
Created
date
ReadOnly
Date the task was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the task. |
|
Updated
date
ReadOnly
Date when the task was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that updated the task. |
|
PeopleResponsible
string
ReadOnly
Names of the People responsible for this task. |
|
PeopleResponsibleList
Collection of PersonResponsible
ReadOnly
List and details of all the people responsible for the given task. |
|
LastComment
string
ReadOnly
Body of the most recent comment for the given task. |
|
LastCommentDate
date
ReadOnly
Date of the most recent comment for the given task. |
|
LastCommentByID
globally unique identifier
ReadOnly
ID of the individual who posted the most recent comment for the given task. |
|
LastCommentBy
string
ReadOnly
Name of the individual who posted the most recent comment for the given task. |
|
Draft
boolean
ReadOnly
Displays if this task is a draft or not. |
|
RowType
integer
ReadOnly
Row type of the task. |
|
AncestorType
byte
ReadOnly
Row type of the Ancestor. |
|
AncestorName
string
ReadOnly
Name of the task's Ancestor. |
|
ColorName
string
ReadOnly
Name of the task's color. |
|
ColorRank
integer
ReadOnly
Rank of the task's color. |
|
EndDate
string
ReadOnly
Date the task actually ended or projected to end. |
|
StartDate
string
ReadOnly
Date the task actually started or projected to start. |
|
NearHighlight
integer
ReadOnly
Near due date highlights settings for a specific task. |
|
CanRead
boolean
ReadOnly
Read security setting for the object based on the current logged in user. |
|
CanUpdate
boolean
ReadOnly
Update security setting for the object based on the current logged in user. |
|
CanDelete
boolean
ReadOnly
Delete security setting for the object based on the current logged in user. |
|
CanDelegate
boolean
ReadOnly
Delegate security setting for the object based on the current logged in user. |
|
IsRecurring
boolean
This denotes if the task will reoccur when it is completed. |
|
Interval
integer
Interval of the recurring task. |
|
IntervalQualifier
string
Interval type for the task. This can be: Day, Month, Week, or Year |
|
MonthOption
boolean
If it is monthly ex 2nd tuesday |
|
DayOfMonth
byte
Sets day of the month the task should reoccur |
|
WeekDayInstance
byte
1-5 Tuesday |
|
WeekDay
byte
Day of the week. |
|
Sunday
boolean
Denotes if this task should repeat on Sunday. |
|
Monday
boolean
Denotes if this task should repeat on Monday. |
|
Tuesday
boolean
Denotes if this task should repeat on Tuesday. |
|
Wednesday
boolean
Denotes if this task should repeat on Wednesday. |
|
Thursday
boolean
Denotes if this task should repeat on Thursday. |
|
Friday
boolean
Denotes if this task should repeat on Friday. |
|
Saturday
boolean
Denotes if this task should repeat on Saturday. |
|
PreviousTask
globally unique identifier
ReadOnly
ID of the previous task. |
|
NextTask
globally unique identifier
ReadOnly
ID of the next task. Recurrence can no longer be set if this is not null. |
|
NewPeople
string
List of comma separated GUID Individual IDs to add to a new task. |
<Task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <ID>7d6c7957-46c8-4802-ae49-bdb949f57ba7</ID> <AncestorID>e69c020a-68ad-4bf2-a679-4eb1903303dc</AncestorID> <ParentID>23c6ebf4-4138-4c3b-98d3-bfe1cdd16330</ParentID> <Name>sample string 1</Name> <Description>sample string 2</Description> <Priority>1</Priority> <Rank>1</Rank> <Color>sample string 3</Color> <HoursActual>1</HoursActual> <HoursProjected>1</HoursProjected> <Milestone>true</Milestone> <TrackingLabel>sample string 8</TrackingLabel> <NearHighlightOverride>1</NearHighlightOverride> <IsRecurring>true</IsRecurring> <Interval>1</Interval> <IntervalQualifier>sample string 19</IntervalQualifier> <MonthOption>true</MonthOption> <DayOfMonth>64</DayOfMonth> <WeekDayInstance>64</WeekDayInstance> <WeekDay>64</WeekDay> <Sunday>true</Sunday> <Monday>true</Monday> <Tuesday>true</Tuesday> <Wednesday>true</Wednesday> <Thursday>true</Thursday> <Friday>true</Friday> <Saturday>true</Saturday> <NewPeople>sample string 27</NewPeople> </Task>
{
"ID": "7d6c7957-46c8-4802-ae49-bdb949f57ba7",
"AncestorID": "e69c020a-68ad-4bf2-a679-4eb1903303dc",
"ParentID": "23c6ebf4-4138-4c3b-98d3-bfe1cdd16330",
"Name": "sample string 1",
"Description": "sample string 2",
"Priority": 1,
"Rank": 1,
"Color": "sample string 3",
"HoursActual": 1.0,
"HoursProjected": 1.0,
"Milestone": true,
"TrackingLabel": "sample string 8",
"NearHighlightOverride": 1,
"IsRecurring": true,
"Interval": 1,
"IntervalQualifier": "sample string 19",
"MonthOption": true,
"DayOfMonth": 64,
"WeekDayInstance": 64,
"WeekDay": 64,
"Sunday": true,
"Monday": true,
"Tuesday": true,
"Wednesday": true,
"Thursday": true,
"Friday": true,
"Saturday": true,
"NewPeople": "sample string 27"
}
|
ID
globally unique identifier
Required on Update
ID of the Task. |
|
AncestorID
globally unique identifier
Required on Create
ID of the ancestor for a task; department, organization, or individual. |
|
ParentID
globally unique identifier
ID of the project above a task. |
|
Name
string
Required
Name of the task. (Max length 255 characters) |
|
Description
string
Description of the task. |
|
Priority
integer
Priority of the task. Valid inputs are: 1= low, 2 = normal, 3 = high, or null. |
|
Rank
integer
Rank of the task. |
|
Color
string
Hex value for the color of the given task. |
|
HoursActual
decimal number
Number of actual hours this task took. |
|
HoursProjected
decimal number
Number of hours this task is projected to take. |
|
StartDateActual
string
Date this task was actually started. |
|
StartDateProjected
string
Date this task is projected to start. |
|
EndDateActual
string
Date this task was completed. |
|
EndDateProjected
string
Date this task is projected to complete. |
|
Milestone
boolean
Displays if this task is a milestone or not. |
|
TrackingLabel
string
Customizable label for task. (Max length 50 characters) |
|
NearHighlightOverride
integer
Override the near due date highlights settings for a specific task. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the task. |
|
RankPath
Collection of byte
ReadOnly
Current rank of the given task in a byte array. |
|
RankOrder
string
ReadOnly
RankOrder to sort rank in the format .0001.0001.0001 (This always returns null when reading a single task by ID.) |
|
DisplayRank
string
ReadOnly
Rank that is displayed |
|
Level
integer
ReadOnly
Number of indent levels, Ex: 1 = 1, 1.1 = 2, 1.1.1 = 3 (This always returns null when reading a single task by ID.) |
|
SumHoursActual
decimal number
ReadOnly
Sum of the actual number of hours this task took. |
|
SumHoursProjected
decimal number
ReadOnly
Sum of the number of hours this task is projected to take. |
|
Deleted
boolean
ReadOnly
Deleted status of the task. |
|
DeletedByRef
boolean
ReadOnly
Deleted by reference status of the task. |
|
Created
date
ReadOnly
Date the task was created. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the person that created the task. |
|
Updated
date
ReadOnly
Date when the task was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that updated the task. |
|
PeopleResponsible
string
ReadOnly
Names of the People responsible for this task. |
|
PeopleResponsibleList
Collection of PersonResponsible
ReadOnly
List and details of all the people responsible for the given task. |
|
LastComment
string
ReadOnly
Body of the most recent comment for the given task. |
|
LastCommentDate
date
ReadOnly
Date of the most recent comment for the given task. |
|
LastCommentByID
globally unique identifier
ReadOnly
ID of the individual who posted the most recent comment for the given task. |
|
LastCommentBy
string
ReadOnly
Name of the individual who posted the most recent comment for the given task. |
|
Draft
boolean
ReadOnly
Displays if this task is a draft or not. |
|
RowType
integer
ReadOnly
Row type of the task. |
|
AncestorType
byte
ReadOnly
Row type of the Ancestor. |
|
AncestorName
string
ReadOnly
Name of the task's Ancestor. |
|
ColorName
string
ReadOnly
Name of the task's color. |
|
ColorRank
integer
ReadOnly
Rank of the task's color. |
|
EndDate
string
ReadOnly
Date the task actually ended or projected to end. |
|
StartDate
string
ReadOnly
Date the task actually started or projected to start. |
|
NearHighlight
integer
ReadOnly
Near due date highlights settings for a specific task. |
|
CanRead
boolean
ReadOnly
Read security setting for the object based on the current logged in user. |
|
CanUpdate
boolean
ReadOnly
Update security setting for the object based on the current logged in user. |
|
CanDelete
boolean
ReadOnly
Delete security setting for the object based on the current logged in user. |
|
CanDelegate
boolean
ReadOnly
Delegate security setting for the object based on the current logged in user. |
|
IsRecurring
boolean
This denotes if the task will reoccur when it is completed. |
|
Interval
integer
Interval of the recurring task. |
|
IntervalQualifier
string
Interval type for the task. This can be: Day, Month, Week, or Year |
|
MonthOption
boolean
If it is monthly ex 2nd tuesday |
|
DayOfMonth
byte
Sets day of the month the task should reoccur |
|
WeekDayInstance
byte
1-5 Tuesday |
|
WeekDay
byte
Day of the week. |
|
Sunday
boolean
Denotes if this task should repeat on Sunday. |
|
Monday
boolean
Denotes if this task should repeat on Monday. |
|
Tuesday
boolean
Denotes if this task should repeat on Tuesday. |
|
Wednesday
boolean
Denotes if this task should repeat on Wednesday. |
|
Thursday
boolean
Denotes if this task should repeat on Thursday. |
|
Friday
boolean
Denotes if this task should repeat on Friday. |
|
Saturday
boolean
Denotes if this task should repeat on Saturday. |
|
PreviousTask
globally unique identifier
ReadOnly
ID of the previous task. |
|
NextTask
globally unique identifier
ReadOnly
ID of the next task. Recurrence can no longer be set if this is not null. |
|
NewPeople
string
List of comma separated GUID Individual IDs to add to a new task. |
<Task xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
<ID>3084cbd9-f4f0-4e1d-9307-441bf7bff1be</ID>
<AncestorID>8c46218d-6d9d-4928-8628-32f3a2dc68a1</AncestorID>
<ParentID>ba3d7257-78bf-4e97-a428-739ab9b1e658</ParentID>
<Name>sample string 1</Name>
<Description>sample string 2</Description>
<Priority>1</Priority>
<Rank>1</Rank>
<Color>sample string 3</Color>
<HoursActual>1</HoursActual>
<HoursProjected>1</HoursProjected>
<Milestone>true</Milestone>
<TrackingLabel>sample string 8</TrackingLabel>
<NearHighlightOverride>1</NearHighlightOverride>
<SiteID>81c293ab-e106-4e13-b5e3-e82a200209a8</SiteID>
<RankPath>QEA=</RankPath>
<RankOrder>sample string 9</RankOrder>
<DisplayRank>sample string 10</DisplayRank>
<Level>1</Level>
<SumHoursActual>1</SumHoursActual>
<SumHoursProjected>1</SumHoursProjected>
<Deleted>true</Deleted>
<DeletedByRef>true</DeletedByRef>
<Created>2026-01-24T12:19:02.5068843+00:00</Created>
<CreatedBy>1093c8ef-d1b6-455c-b897-b2b24aba8076</CreatedBy>
<Updated>2026-01-24T12:19:02.5068843+00:00</Updated>
<UpdatedBy>59855e4a-a13d-431f-a46a-14a0c0d01c11</UpdatedBy>
<PeopleResponsible>sample string 11</PeopleResponsible>
<PeopleResponsibleList>
<PersonResponsible>
<TaskID>f2757d50-2a0b-4eeb-a32a-16fa02ad748e</TaskID>
<IndividualID>09131a51-dd47-42e1-9c1d-6a67b00303e8</IndividualID>
<HoursProjected>1</HoursProjected>
<HoursActual>1</HoursActual>
<ID>79090c4f-2935-4610-9561-d134993f3046</ID>
<TaskIndividualGroupID>9087543f-bab8-4fa8-a4c4-bf1c5a459f0d</TaskIndividualGroupID>
<Created>2026-01-24T12:19:02.5068843+00:00</Created>
<CreatedBy>62a5de79-9079-4572-8880-821b6b651824</CreatedBy>
<SiteID>91ab4e76-39e3-42a5-b4c5-5b9090a3745a</SiteID>
<Updated>2026-01-24T12:19:02.5068843+00:00</Updated>
<UpdatedBy>04ad07d5-c72f-4cd8-b377-8471d3410634</UpdatedBy>
<HoursActualRollup>1</HoursActualRollup>
<HoursProjectedRollup>1</HoursProjectedRollup>
<FullName>sample string 1</FullName>
</PersonResponsible>
<PersonResponsible>
<TaskID>f2757d50-2a0b-4eeb-a32a-16fa02ad748e</TaskID>
<IndividualID>09131a51-dd47-42e1-9c1d-6a67b00303e8</IndividualID>
<HoursProjected>1</HoursProjected>
<HoursActual>1</HoursActual>
<ID>79090c4f-2935-4610-9561-d134993f3046</ID>
<TaskIndividualGroupID>9087543f-bab8-4fa8-a4c4-bf1c5a459f0d</TaskIndividualGroupID>
<Created>2026-01-24T12:19:02.5068843+00:00</Created>
<CreatedBy>62a5de79-9079-4572-8880-821b6b651824</CreatedBy>
<SiteID>91ab4e76-39e3-42a5-b4c5-5b9090a3745a</SiteID>
<Updated>2026-01-24T12:19:02.5068843+00:00</Updated>
<UpdatedBy>04ad07d5-c72f-4cd8-b377-8471d3410634</UpdatedBy>
<HoursActualRollup>1</HoursActualRollup>
<HoursProjectedRollup>1</HoursProjectedRollup>
<FullName>sample string 1</FullName>
</PersonResponsible>
</PeopleResponsibleList>
<LastComment>sample string 12</LastComment>
<LastCommentDate xmlns:d2p1="http://schemas.datacontract.org/2004/07/System">
<d2p1:DateTime>2026-01-24T12:19:02.5068843Z</d2p1:DateTime>
<d2p1:OffsetMinutes>0</d2p1:OffsetMinutes>
</LastCommentDate>
<LastCommentByID>562053cd-8260-471d-ab9a-1fe5b60c5704</LastCommentByID>
<LastCommentBy>sample string 13</LastCommentBy>
<Draft>true</Draft>
<RowType>1</RowType>
<AncestorType>64</AncestorType>
<AncestorName>sample string 14</AncestorName>
<ColorName>sample string 15</ColorName>
<ColorRank>1</ColorRank>
<NearHighlight>1</NearHighlight>
<CanRead>true</CanRead>
<CanUpdate>true</CanUpdate>
<CanDelete>true</CanDelete>
<CanDelegate>true</CanDelegate>
<IsRecurring>true</IsRecurring>
<Interval>1</Interval>
<IntervalQualifier>sample string 19</IntervalQualifier>
<MonthOption>true</MonthOption>
<DayOfMonth>64</DayOfMonth>
<WeekDayInstance>64</WeekDayInstance>
<WeekDay>64</WeekDay>
<Sunday>true</Sunday>
<Monday>true</Monday>
<Tuesday>true</Tuesday>
<Wednesday>true</Wednesday>
<Thursday>true</Thursday>
<Friday>true</Friday>
<Saturday>true</Saturday>
<PreviousTask>cd055b7f-7df5-4149-851d-18d695f10f72</PreviousTask>
<NextTask>d298e105-e896-4b8b-b02f-e2f92be21454</NextTask>
<NewPeople>sample string 27</NewPeople>
</Task>
{
"ID": "3084cbd9-f4f0-4e1d-9307-441bf7bff1be",
"AncestorID": "8c46218d-6d9d-4928-8628-32f3a2dc68a1",
"ParentID": "ba3d7257-78bf-4e97-a428-739ab9b1e658",
"Name": "sample string 1",
"Description": "sample string 2",
"Priority": 1,
"Rank": 1,
"Color": "sample string 3",
"HoursActual": 1.0,
"HoursProjected": 1.0,
"Milestone": true,
"TrackingLabel": "sample string 8",
"NearHighlightOverride": 1,
"SiteID": "81c293ab-e106-4e13-b5e3-e82a200209a8",
"RankPath": "QEA=",
"RankOrder": "sample string 9",
"DisplayRank": "sample string 10",
"Level": 1,
"SumHoursActual": 1.0,
"SumHoursProjected": 1.0,
"Deleted": true,
"DeletedByRef": true,
"Created": "2026-01-24T12:19:02.5068843+00:00",
"CreatedBy": "1093c8ef-d1b6-455c-b897-b2b24aba8076",
"Updated": "2026-01-24T12:19:02.5068843+00:00",
"UpdatedBy": "59855e4a-a13d-431f-a46a-14a0c0d01c11",
"PeopleResponsible": "sample string 11",
"PeopleResponsibleList": [
{
"TaskID": "f2757d50-2a0b-4eeb-a32a-16fa02ad748e",
"IndividualID": "09131a51-dd47-42e1-9c1d-6a67b00303e8",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "79090c4f-2935-4610-9561-d134993f3046",
"TaskIndividualGroupID": "9087543f-bab8-4fa8-a4c4-bf1c5a459f0d",
"Created": "2026-01-24T12:19:02.5068843+00:00",
"CreatedBy": "62a5de79-9079-4572-8880-821b6b651824",
"SiteID": "91ab4e76-39e3-42a5-b4c5-5b9090a3745a",
"Updated": "2026-01-24T12:19:02.5068843+00:00",
"UpdatedBy": "04ad07d5-c72f-4cd8-b377-8471d3410634",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
},
{
"TaskID": "f2757d50-2a0b-4eeb-a32a-16fa02ad748e",
"IndividualID": "09131a51-dd47-42e1-9c1d-6a67b00303e8",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "79090c4f-2935-4610-9561-d134993f3046",
"TaskIndividualGroupID": "9087543f-bab8-4fa8-a4c4-bf1c5a459f0d",
"Created": "2026-01-24T12:19:02.5068843+00:00",
"CreatedBy": "62a5de79-9079-4572-8880-821b6b651824",
"SiteID": "91ab4e76-39e3-42a5-b4c5-5b9090a3745a",
"Updated": "2026-01-24T12:19:02.5068843+00:00",
"UpdatedBy": "04ad07d5-c72f-4cd8-b377-8471d3410634",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}
],
"LastComment": "sample string 12",
"LastCommentDate": "2026-01-24T12:19:02.5068843+00:00",
"LastCommentByID": "562053cd-8260-471d-ab9a-1fe5b60c5704",
"LastCommentBy": "sample string 13",
"Draft": true,
"RowType": 1,
"AncestorType": 64,
"AncestorName": "sample string 14",
"ColorName": "sample string 15",
"ColorRank": 1,
"NearHighlight": 1,
"CanRead": true,
"CanUpdate": true,
"CanDelete": true,
"CanDelegate": true,
"IsRecurring": true,
"Interval": 1,
"IntervalQualifier": "sample string 19",
"MonthOption": true,
"DayOfMonth": 64,
"WeekDayInstance": 64,
"WeekDay": 64,
"Sunday": true,
"Monday": true,
"Tuesday": true,
"Wednesday": true,
"Thursday": true,
"Friday": true,
"Saturday": true,
"PreviousTask": "cd055b7f-7df5-4149-851d-18d695f10f72",
"NextTask": "d298e105-e896-4b8b-b02f-e2f92be21454",
"NewPeople": "sample string 27"
}