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. |
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>89652a2f-58ef-49e4-a338-4a64bb9f9856</TaskID> <IndividualID>9771e23a-374e-4d04-bbb7-ec4e9a424ede</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e7d36379-e181-45ab-9199-423ac5f8c8d8</ID> <TaskIndividualGroupID>38734a63-d36c-48ee-85f2-eda744e7318c</TaskIndividualGroupID> <Created>2026-07-27T00:44:03.8577352+00:00</Created> <CreatedBy>e2faca2d-2640-4193-9463-15560946bfc2</CreatedBy> <SiteID>405ec872-7002-4ef9-9ab6-2a27f611691f</SiteID> <Updated>2026-07-27T00:44:03.8577352+00:00</Updated> <UpdatedBy>f79d1141-0650-49aa-9750-34c03de208c9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "89652a2f-58ef-49e4-a338-4a64bb9f9856",
"IndividualID": "9771e23a-374e-4d04-bbb7-ec4e9a424ede",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "e7d36379-e181-45ab-9199-423ac5f8c8d8",
"TaskIndividualGroupID": "38734a63-d36c-48ee-85f2-eda744e7318c",
"Created": "2026-07-27T00:44:03.8577352+00:00",
"CreatedBy": "e2faca2d-2640-4193-9463-15560946bfc2",
"SiteID": "405ec872-7002-4ef9-9ab6-2a27f611691f",
"Updated": "2026-07-27T00:44:03.8577352+00:00",
"UpdatedBy": "f79d1141-0650-49aa-9750-34c03de208c9",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}