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>388b92f5-c295-470c-a881-82496f1a4251</TaskID> <IndividualID>cd7e7dee-79bf-460b-993f-8ec2821218e1</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1055e928-4937-4b2e-b6e4-34428f80d451</ID> <TaskIndividualGroupID>d3ab24f6-3185-423a-b3e2-8cae02acc15f</TaskIndividualGroupID> <Created>2026-07-27T21:03:33.353041+00:00</Created> <CreatedBy>141f6477-41aa-42b4-becc-7358f27b2dec</CreatedBy> <SiteID>89d98c3a-08a0-4432-8e2a-f548c84de164</SiteID> <Updated>2026-07-27T21:03:33.353041+00:00</Updated> <UpdatedBy>8b3fd135-60c5-4066-8c68-99ab0d1d4e23</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "388b92f5-c295-470c-a881-82496f1a4251",
"IndividualID": "cd7e7dee-79bf-460b-993f-8ec2821218e1",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "1055e928-4937-4b2e-b6e4-34428f80d451",
"TaskIndividualGroupID": "d3ab24f6-3185-423a-b3e2-8cae02acc15f",
"Created": "2026-07-27T21:03:33.353041+00:00",
"CreatedBy": "141f6477-41aa-42b4-becc-7358f27b2dec",
"SiteID": "89d98c3a-08a0-4432-8e2a-f548c84de164",
"Updated": "2026-07-27T21:03:33.353041+00:00",
"UpdatedBy": "8b3fd135-60c5-4066-8c68-99ab0d1d4e23",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}