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>47cc83d7-34e5-47a8-b1fe-434c29a47bf9</TaskID> <IndividualID>06ddaa7c-a5f8-4983-9a62-38fa9743623f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>d48af276-67a7-4782-9c32-766818f1968e</ID> <TaskIndividualGroupID>04a9114e-30d6-48f2-b7e0-a69f4ea289a3</TaskIndividualGroupID> <Created>2026-03-22T14:17:59.6730842+00:00</Created> <CreatedBy>b5c934d8-7468-437e-8dec-44200d55647d</CreatedBy> <SiteID>749da08e-6366-4d7d-ae96-98542e5e4f1e</SiteID> <Updated>2026-03-22T14:17:59.6730842+00:00</Updated> <UpdatedBy>8fcaf432-7f2a-49b7-bc01-ab5e602097c3</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "47cc83d7-34e5-47a8-b1fe-434c29a47bf9",
"IndividualID": "06ddaa7c-a5f8-4983-9a62-38fa9743623f",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "d48af276-67a7-4782-9c32-766818f1968e",
"TaskIndividualGroupID": "04a9114e-30d6-48f2-b7e0-a69f4ea289a3",
"Created": "2026-03-22T14:17:59.6730842+00:00",
"CreatedBy": "b5c934d8-7468-437e-8dec-44200d55647d",
"SiteID": "749da08e-6366-4d7d-ae96-98542e5e4f1e",
"Updated": "2026-03-22T14:17:59.6730842+00:00",
"UpdatedBy": "8fcaf432-7f2a-49b7-bc01-ab5e602097c3",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}