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>5002d602-7deb-4d5f-ba8f-f097c71f462f</TaskID> <IndividualID>6346441d-1e64-4d2b-aceb-3cc0e7384325</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7564b2a8-5e92-4cf5-96bb-79eda2ac6127</ID> <TaskIndividualGroupID>4082d9f2-2b3b-4af5-88d6-ab0497966bf3</TaskIndividualGroupID> <Created>2026-07-22T18:59:53.4278346+00:00</Created> <CreatedBy>826b1ceb-da50-445b-bf61-6bbb908a2730</CreatedBy> <SiteID>42a4de5a-6599-4b84-956e-bfc7b9fa22f6</SiteID> <Updated>2026-07-22T18:59:53.4278346+00:00</Updated> <UpdatedBy>fe6b73eb-28b4-4513-9ad0-9ca0d14474c5</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "5002d602-7deb-4d5f-ba8f-f097c71f462f",
"IndividualID": "6346441d-1e64-4d2b-aceb-3cc0e7384325",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7564b2a8-5e92-4cf5-96bb-79eda2ac6127",
"TaskIndividualGroupID": "4082d9f2-2b3b-4af5-88d6-ab0497966bf3",
"Created": "2026-07-22T18:59:53.4278346+00:00",
"CreatedBy": "826b1ceb-da50-445b-bf61-6bbb908a2730",
"SiteID": "42a4de5a-6599-4b84-956e-bfc7b9fa22f6",
"Updated": "2026-07-22T18:59:53.4278346+00:00",
"UpdatedBy": "fe6b73eb-28b4-4513-9ad0-9ca0d14474c5",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}