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>bae86bd7-98d8-4407-bd8d-5898f8acab87</TaskID> <IndividualID>346a1260-0e60-405c-9db8-a5cdf9928e94</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>404377de-b762-4adc-99c5-f056654286c0</ID> <TaskIndividualGroupID>c0846990-10fe-4157-9319-d0ea8e49571e</TaskIndividualGroupID> <Created>2026-02-20T15:48:32.9672382+00:00</Created> <CreatedBy>29c756a9-7f4d-4eba-b8ad-1401ade6ce85</CreatedBy> <SiteID>bcbbe332-8621-4e56-9a22-8b4ec80bbbbe</SiteID> <Updated>2026-02-20T15:48:32.9672382+00:00</Updated> <UpdatedBy>42f07054-9ab6-4b6d-b6b8-694a30eaf061</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "bae86bd7-98d8-4407-bd8d-5898f8acab87",
"IndividualID": "346a1260-0e60-405c-9db8-a5cdf9928e94",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "404377de-b762-4adc-99c5-f056654286c0",
"TaskIndividualGroupID": "c0846990-10fe-4157-9319-d0ea8e49571e",
"Created": "2026-02-20T15:48:32.9672382+00:00",
"CreatedBy": "29c756a9-7f4d-4eba-b8ad-1401ade6ce85",
"SiteID": "bcbbe332-8621-4e56-9a22-8b4ec80bbbbe",
"Updated": "2026-02-20T15:48:32.9672382+00:00",
"UpdatedBy": "42f07054-9ab6-4b6d-b6b8-694a30eaf061",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}