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>9969d534-7775-4977-847a-4a9af0ef9de8</TaskID> <IndividualID>d340f0d5-6957-4391-8824-952c9652a8b3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>db10279a-fc92-4002-8e03-89bc5944679a</ID> <TaskIndividualGroupID>4932ba4d-3118-45df-8fe7-00eb4e10361b</TaskIndividualGroupID> <Created>2025-04-10T21:45:24.1428172+00:00</Created> <CreatedBy>9e1d19b3-53ee-416e-8308-90b1d172f2d5</CreatedBy> <SiteID>698895f7-2daf-4397-87a8-09aa8e990168</SiteID> <Updated>2025-04-10T21:45:24.1428172+00:00</Updated> <UpdatedBy>34d7a1e1-cf6a-4537-a9f6-4565fd6edc2c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "9969d534-7775-4977-847a-4a9af0ef9de8", "IndividualID": "d340f0d5-6957-4391-8824-952c9652a8b3", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "db10279a-fc92-4002-8e03-89bc5944679a", "TaskIndividualGroupID": "4932ba4d-3118-45df-8fe7-00eb4e10361b", "Created": "2025-04-10T21:45:24.1428172+00:00", "CreatedBy": "9e1d19b3-53ee-416e-8308-90b1d172f2d5", "SiteID": "698895f7-2daf-4397-87a8-09aa8e990168", "Updated": "2025-04-10T21:45:24.1428172+00:00", "UpdatedBy": "34d7a1e1-cf6a-4537-a9f6-4565fd6edc2c", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }