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>ad39c041-9e55-434c-b59f-4b51f7fdfabb</TaskID> <IndividualID>2d1d9a59-923b-45c5-b729-3ca8c3852d5d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>6c5b8240-a794-4639-bb5d-d27b085c8502</ID> <TaskIndividualGroupID>f487df38-8605-4679-86d8-9eec7196e98e</TaskIndividualGroupID> <Created>2025-06-20T05:44:29.7361989+00:00</Created> <CreatedBy>e556b87c-54f4-4536-b1a9-4e2142e329c8</CreatedBy> <SiteID>45597cbe-546a-4518-a7c0-e121ac93598d</SiteID> <Updated>2025-06-20T05:44:29.7361989+00:00</Updated> <UpdatedBy>cfc21ba6-4e94-4d1d-99aa-0d7f8e5d02c6</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "ad39c041-9e55-434c-b59f-4b51f7fdfabb", "IndividualID": "2d1d9a59-923b-45c5-b729-3ca8c3852d5d", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "6c5b8240-a794-4639-bb5d-d27b085c8502", "TaskIndividualGroupID": "f487df38-8605-4679-86d8-9eec7196e98e", "Created": "2025-06-20T05:44:29.7361989+00:00", "CreatedBy": "e556b87c-54f4-4536-b1a9-4e2142e329c8", "SiteID": "45597cbe-546a-4518-a7c0-e121ac93598d", "Updated": "2025-06-20T05:44:29.7361989+00:00", "UpdatedBy": "cfc21ba6-4e94-4d1d-99aa-0d7f8e5d02c6", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }