Read a single person responsible for a task.
|
id
globally unique identifier
Required
Guid ID for a person responsible, it is not the same as an Individual ID. |
|
taskid
globally unique identifier
This ID is ignored, and only used to fill out the route. |
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>fa8fd310-93cd-4c0c-9102-984cd25ca1cd</TaskID> <IndividualID>e025c26b-01bc-4f9b-a07e-77cdfb5590d3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>177959ea-d411-4328-98e5-e966b616bcfe</ID> <TaskIndividualGroupID>df805378-8aed-4988-b097-8976e0ef8cfc</TaskIndividualGroupID> <Created>2026-04-06T00:27:53.1072429+00:00</Created> <CreatedBy>2db5b17c-588b-4109-83bb-b4a3be5cb792</CreatedBy> <SiteID>87524128-686d-47e1-8b16-b99edbe52aa0</SiteID> <Updated>2026-04-06T00:27:53.1072429+00:00</Updated> <UpdatedBy>2c134601-d2bd-44ba-8d98-48a3a5efd385</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "fa8fd310-93cd-4c0c-9102-984cd25ca1cd",
"IndividualID": "e025c26b-01bc-4f9b-a07e-77cdfb5590d3",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "177959ea-d411-4328-98e5-e966b616bcfe",
"TaskIndividualGroupID": "df805378-8aed-4988-b097-8976e0ef8cfc",
"Created": "2026-04-06T00:27:53.1072429+00:00",
"CreatedBy": "2db5b17c-588b-4109-83bb-b4a3be5cb792",
"SiteID": "87524128-686d-47e1-8b16-b99edbe52aa0",
"Updated": "2026-04-06T00:27:53.1072429+00:00",
"UpdatedBy": "2c134601-d2bd-44ba-8d98-48a3a5efd385",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}