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>0f13c354-2516-42c0-9a7a-20bb028f59c7</TaskID> <IndividualID>d3006047-781c-437c-a99f-36c9737ce6ae</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1a88a596-6dc7-4895-b9cc-07894d3faca3</ID> <TaskIndividualGroupID>a1742b6e-4b5e-4fd1-806b-284deb39aa1c</TaskIndividualGroupID> <Created>2026-08-10T02:32:16.1505166+00:00</Created> <CreatedBy>b6813245-c680-4b8e-9962-7752e2770bba</CreatedBy> <SiteID>ff3db8ea-5dae-421b-ad29-958405cb2796</SiteID> <Updated>2026-08-10T02:32:16.1505166+00:00</Updated> <UpdatedBy>5131f2f0-6dde-47d7-a181-9360ad604d61</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "0f13c354-2516-42c0-9a7a-20bb028f59c7",
"IndividualID": "d3006047-781c-437c-a99f-36c9737ce6ae",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "1a88a596-6dc7-4895-b9cc-07894d3faca3",
"TaskIndividualGroupID": "a1742b6e-4b5e-4fd1-806b-284deb39aa1c",
"Created": "2026-08-10T02:32:16.1505166+00:00",
"CreatedBy": "b6813245-c680-4b8e-9962-7752e2770bba",
"SiteID": "ff3db8ea-5dae-421b-ad29-958405cb2796",
"Updated": "2026-08-10T02:32:16.1505166+00:00",
"UpdatedBy": "5131f2f0-6dde-47d7-a181-9360ad604d61",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}