Reads people responsible for a task.
|
taskid
globally unique identifier
Required
Guid ID for the task. |
None.
|
TaskID
globally unique identifier
Required
ID of the task for which an individual is responsible. |
|
IndividualID
globally unique identifier
Required
ID of the individual responsible responsible for the given task. |
|
HoursProjected
decimal number
Number of projected hours for the given task. |
|
HoursActual
decimal number
Number of actual hours for the given task. |
|
ID
globally unique identifier
ReadOnly
ID of the person responsible for the given task. |
|
TaskIndividualGroupID
globally unique identifier
ReadOnly
ID of the task group; sponser, consultant, leader, team member |
|
Created
date
ReadOnly
Date the person was made responsible for the task. |
|
CreatedBy
globally unique identifier
ReadOnly
ID of the person that assigned the individual to be responsible for the task. |
|
SiteID
globally unique identifier
ReadOnly
ID of the site for the given individual and task. |
|
Updated
date
ReadOnly
The date the given person responsible was last updated. |
|
UpdatedBy
globally unique identifier
ReadOnly
ID of the person that updated the given person responsible. |
|
HoursActualRollup
decimal number
ReadOnly
Sum of the hours the given task actually took. |
|
HoursProjectedRollup
decimal number
ReadOnly
Sum of the hours the given task was projected to take. |
|
FullName
string
ReadOnly
Full Name of the individual responsible. |
<PersonResponsible xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <TaskID>80fbcfde-c98f-434c-815f-1e2ee476bc30</TaskID> <IndividualID>b6cba242-ba50-4c77-b736-3a582d6d1051</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e4f3c33d-d6a3-4cab-acc8-16a8abdf28fb</ID> <TaskIndividualGroupID>95434802-d3c6-4bfd-ab44-4d9237bdb883</TaskIndividualGroupID> <Created>2026-03-22T14:21:01.2587066+00:00</Created> <CreatedBy>483e511a-29ad-4a8b-94fd-35158756ddf8</CreatedBy> <SiteID>84f7c1e6-f1fd-4c19-8cc1-db6a85c66820</SiteID> <Updated>2026-03-22T14:21:01.2587066+00:00</Updated> <UpdatedBy>b169cd63-7a17-4e58-9d82-c0f8d3619e6a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "80fbcfde-c98f-434c-815f-1e2ee476bc30",
"IndividualID": "b6cba242-ba50-4c77-b736-3a582d6d1051",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e4f3c33d-d6a3-4cab-acc8-16a8abdf28fb",
"TaskIndividualGroupID": "95434802-d3c6-4bfd-ab44-4d9237bdb883",
"Created": "2026-03-22T14:21:01.2587066+00:00",
"CreatedBy": "483e511a-29ad-4a8b-94fd-35158756ddf8",
"SiteID": "84f7c1e6-f1fd-4c19-8cc1-db6a85c66820",
"Updated": "2026-03-22T14:21:01.2587066+00:00",
"UpdatedBy": "b169cd63-7a17-4e58-9d82-c0f8d3619e6a",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}