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>3bbe0be6-5bb2-4194-ac43-aa883d45e07f</TaskID> <IndividualID>2a6ab0c6-d363-494e-acf2-299e0f02f769</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7c19de36-93d8-4e2e-851e-4cb83c1206be</ID> <TaskIndividualGroupID>4a5f39f3-8c1b-47c1-a07f-e3832fce5067</TaskIndividualGroupID> <Created>2026-06-11T00:40:03.7840951+00:00</Created> <CreatedBy>c2a261a2-a6dd-40b8-8d21-d4496a7f1d6c</CreatedBy> <SiteID>f637d7d3-ce30-4705-919e-51c47786f31a</SiteID> <Updated>2026-06-11T00:40:03.7840951+00:00</Updated> <UpdatedBy>92d8b51a-7302-47db-be97-0e0735e4fd4c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "3bbe0be6-5bb2-4194-ac43-aa883d45e07f",
"IndividualID": "2a6ab0c6-d363-494e-acf2-299e0f02f769",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7c19de36-93d8-4e2e-851e-4cb83c1206be",
"TaskIndividualGroupID": "4a5f39f3-8c1b-47c1-a07f-e3832fce5067",
"Created": "2026-06-11T00:40:03.7840951+00:00",
"CreatedBy": "c2a261a2-a6dd-40b8-8d21-d4496a7f1d6c",
"SiteID": "f637d7d3-ce30-4705-919e-51c47786f31a",
"Updated": "2026-06-11T00:40:03.7840951+00:00",
"UpdatedBy": "92d8b51a-7302-47db-be97-0e0735e4fd4c",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}