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>b91e67a1-ba87-4e9f-bee3-4e5164270ac1</TaskID> <IndividualID>152c1524-54ef-4751-bea0-aa266afc02ef</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fccfa71c-9334-4818-a7a8-eab20860b995</ID> <TaskIndividualGroupID>79d23fd0-4d9d-4720-a4f5-5299810a089b</TaskIndividualGroupID> <Created>2025-04-18T21:33:32.8386037+00:00</Created> <CreatedBy>3f4401b4-0c41-4325-a7ba-feb9d6604997</CreatedBy> <SiteID>44b1cb71-ba44-4052-b9bf-7d3b3a8c4b69</SiteID> <Updated>2025-04-18T21:33:32.8386037+00:00</Updated> <UpdatedBy>e12259a0-f008-4762-82bf-8d375687223a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "b91e67a1-ba87-4e9f-bee3-4e5164270ac1", "IndividualID": "152c1524-54ef-4751-bea0-aa266afc02ef", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "fccfa71c-9334-4818-a7a8-eab20860b995", "TaskIndividualGroupID": "79d23fd0-4d9d-4720-a4f5-5299810a089b", "Created": "2025-04-18T21:33:32.8386037+00:00", "CreatedBy": "3f4401b4-0c41-4325-a7ba-feb9d6604997", "SiteID": "44b1cb71-ba44-4052-b9bf-7d3b3a8c4b69", "Updated": "2025-04-18T21:33:32.8386037+00:00", "UpdatedBy": "e12259a0-f008-4762-82bf-8d375687223a", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }