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>92bf8f20-cdec-40e9-a8fb-2892a916a3cf</TaskID> <IndividualID>e3d2ea64-58c7-4b5d-80d0-b9943b723716</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fc8d6dc7-ae3c-4060-920f-d95f41bb6686</ID> <TaskIndividualGroupID>c15703d7-084d-4dd9-8379-2bed1224e4c1</TaskIndividualGroupID> <Created>2026-05-06T06:06:57.4223398+00:00</Created> <CreatedBy>78ea4c2a-9a1f-4fa2-a993-3ab0b25e6a74</CreatedBy> <SiteID>fb5f7779-babb-44ea-b50e-dde638461c1b</SiteID> <Updated>2026-05-06T06:06:57.4223398+00:00</Updated> <UpdatedBy>30bdaa43-03db-4631-890c-5f8736047d1f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "92bf8f20-cdec-40e9-a8fb-2892a916a3cf",
"IndividualID": "e3d2ea64-58c7-4b5d-80d0-b9943b723716",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "fc8d6dc7-ae3c-4060-920f-d95f41bb6686",
"TaskIndividualGroupID": "c15703d7-084d-4dd9-8379-2bed1224e4c1",
"Created": "2026-05-06T06:06:57.4223398+00:00",
"CreatedBy": "78ea4c2a-9a1f-4fa2-a993-3ab0b25e6a74",
"SiteID": "fb5f7779-babb-44ea-b50e-dde638461c1b",
"Updated": "2026-05-06T06:06:57.4223398+00:00",
"UpdatedBy": "30bdaa43-03db-4631-890c-5f8736047d1f",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}