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>e87b8e3d-9d91-4ad6-acd7-f808c17fbbf0</TaskID> <IndividualID>fe99f0ee-209e-4d9f-af34-1de3fee33ab5</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>118b20e5-124d-4057-952a-8f2840f7042a</ID> <TaskIndividualGroupID>dcd5308f-c0bd-4617-b7de-a693191b69d4</TaskIndividualGroupID> <Created>2025-06-21T00:48:12.3076141+00:00</Created> <CreatedBy>3b0ebb3b-3056-4f6e-9a15-e11b4400d44f</CreatedBy> <SiteID>71c0e300-4481-4f2a-b23f-3069ed8c5e1e</SiteID> <Updated>2025-06-21T00:48:12.3076141+00:00</Updated> <UpdatedBy>715f7eb6-a7e6-424d-b67d-e66edad8911d</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "e87b8e3d-9d91-4ad6-acd7-f808c17fbbf0", "IndividualID": "fe99f0ee-209e-4d9f-af34-1de3fee33ab5", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "118b20e5-124d-4057-952a-8f2840f7042a", "TaskIndividualGroupID": "dcd5308f-c0bd-4617-b7de-a693191b69d4", "Created": "2025-06-21T00:48:12.3076141+00:00", "CreatedBy": "3b0ebb3b-3056-4f6e-9a15-e11b4400d44f", "SiteID": "71c0e300-4481-4f2a-b23f-3069ed8c5e1e", "Updated": "2025-06-21T00:48:12.3076141+00:00", "UpdatedBy": "715f7eb6-a7e6-424d-b67d-e66edad8911d", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }