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>db9981c5-85b7-4760-8a05-32065bcb4dd8</TaskID> <IndividualID>78b06ac0-2aba-4530-9a1b-3235bf93f873</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5f875741-9a55-448f-a16c-f43d97151586</ID> <TaskIndividualGroupID>88c5f71d-11e8-438e-8ff4-29e9ce3a92cf</TaskIndividualGroupID> <Created>2026-09-01T07:01:00.0675603+00:00</Created> <CreatedBy>1b6905ed-8586-4f24-b454-d0e4904607c1</CreatedBy> <SiteID>b14c74d1-de0f-4484-aedd-35a663562f27</SiteID> <Updated>2026-09-01T07:01:00.0675603+00:00</Updated> <UpdatedBy>6296207e-8bc1-4748-9680-4d93a0478c2e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "db9981c5-85b7-4760-8a05-32065bcb4dd8",
"IndividualID": "78b06ac0-2aba-4530-9a1b-3235bf93f873",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "5f875741-9a55-448f-a16c-f43d97151586",
"TaskIndividualGroupID": "88c5f71d-11e8-438e-8ff4-29e9ce3a92cf",
"Created": "2026-09-01T07:01:00.0675603+00:00",
"CreatedBy": "1b6905ed-8586-4f24-b454-d0e4904607c1",
"SiteID": "b14c74d1-de0f-4484-aedd-35a663562f27",
"Updated": "2026-09-01T07:01:00.0675603+00:00",
"UpdatedBy": "6296207e-8bc1-4748-9680-4d93a0478c2e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}