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>2813d6be-13d5-4037-93fc-d30c484fe128</TaskID> <IndividualID>3e93cc48-bd07-48dd-a0e2-0ee87ffcbf39</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7b86bff8-d5c6-4b6c-a1e8-985b0acac52c</ID> <TaskIndividualGroupID>184f416f-00c6-46d8-a1c3-8d32271a686c</TaskIndividualGroupID> <Created>2026-04-05T00:18:36.8591602+00:00</Created> <CreatedBy>f132f26c-55ad-4dc6-aa01-ff50a74561a7</CreatedBy> <SiteID>883ff26b-5647-4807-982d-0a13520be1ba</SiteID> <Updated>2026-04-05T00:18:36.8591602+00:00</Updated> <UpdatedBy>e3770286-6dc5-462d-b1e1-549252ce662f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "2813d6be-13d5-4037-93fc-d30c484fe128",
"IndividualID": "3e93cc48-bd07-48dd-a0e2-0ee87ffcbf39",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7b86bff8-d5c6-4b6c-a1e8-985b0acac52c",
"TaskIndividualGroupID": "184f416f-00c6-46d8-a1c3-8d32271a686c",
"Created": "2026-04-05T00:18:36.8591602+00:00",
"CreatedBy": "f132f26c-55ad-4dc6-aa01-ff50a74561a7",
"SiteID": "883ff26b-5647-4807-982d-0a13520be1ba",
"Updated": "2026-04-05T00:18:36.8591602+00:00",
"UpdatedBy": "e3770286-6dc5-462d-b1e1-549252ce662f",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}