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>e0028e2f-11ad-40d0-abbc-de529be09afc</TaskID> <IndividualID>f7729311-9d59-47b5-90f3-94522638302b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>4ae8ec18-25a4-4c48-a98a-0fb7a16ca0f2</ID> <TaskIndividualGroupID>6c491f3b-f35a-4f28-ba73-ba3880bb9313</TaskIndividualGroupID> <Created>2026-03-10T02:24:36.8611048+00:00</Created> <CreatedBy>0b5bdcc4-5bcc-4550-9947-aa70b9b77a31</CreatedBy> <SiteID>cf769d4a-78d0-45fa-8651-89b0252165a1</SiteID> <Updated>2026-03-10T02:24:36.8611048+00:00</Updated> <UpdatedBy>5eac7d8a-8834-4e34-bc5d-4db799cf2fda</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "e0028e2f-11ad-40d0-abbc-de529be09afc",
"IndividualID": "f7729311-9d59-47b5-90f3-94522638302b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "4ae8ec18-25a4-4c48-a98a-0fb7a16ca0f2",
"TaskIndividualGroupID": "6c491f3b-f35a-4f28-ba73-ba3880bb9313",
"Created": "2026-03-10T02:24:36.8611048+00:00",
"CreatedBy": "0b5bdcc4-5bcc-4550-9947-aa70b9b77a31",
"SiteID": "cf769d4a-78d0-45fa-8651-89b0252165a1",
"Updated": "2026-03-10T02:24:36.8611048+00:00",
"UpdatedBy": "5eac7d8a-8834-4e34-bc5d-4db799cf2fda",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}