Reads people responsible for a task.
taskid
globally unique identifier
Required
Guid ID for the task. |
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>a03308ea-04be-4bd3-88ce-cc6ededc9b18</TaskID> <IndividualID>42869260-a3a3-4aa9-99d6-cfc1af3a2958</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>57bdda1d-fc9e-4b6c-8af5-833c5e4243d6</ID> <TaskIndividualGroupID>b9be7f3f-038d-4aff-a92f-efeba3c660ed</TaskIndividualGroupID> <Created>2025-06-20T19:51:48.855248+00:00</Created> <CreatedBy>40752b4f-bae5-4055-a163-ee963c9a3066</CreatedBy> <SiteID>6857b2ac-78eb-436c-a220-90a60fcae579</SiteID> <Updated>2025-06-20T19:51:48.855248+00:00</Updated> <UpdatedBy>9c3302a8-25ed-4233-958f-ad89b330a051</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "a03308ea-04be-4bd3-88ce-cc6ededc9b18", "IndividualID": "42869260-a3a3-4aa9-99d6-cfc1af3a2958", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "57bdda1d-fc9e-4b6c-8af5-833c5e4243d6", "TaskIndividualGroupID": "b9be7f3f-038d-4aff-a92f-efeba3c660ed", "Created": "2025-06-20T19:51:48.855248+00:00", "CreatedBy": "40752b4f-bae5-4055-a163-ee963c9a3066", "SiteID": "6857b2ac-78eb-436c-a220-90a60fcae579", "Updated": "2025-06-20T19:51:48.855248+00:00", "UpdatedBy": "9c3302a8-25ed-4233-958f-ad89b330a051", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }