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>c369ae64-4ca7-400f-83ba-7c3f38e0d1bc</TaskID> <IndividualID>e06c7d90-7c9b-43b8-bbb3-26d0b1a1ee4d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>f940e9c5-33b5-411e-a978-b805d5cd408a</ID> <TaskIndividualGroupID>b1f59a40-51de-47d6-8068-2a76214e2957</TaskIndividualGroupID> <Created>2025-04-10T03:32:21.5871282+00:00</Created> <CreatedBy>aba7d097-d0f6-4676-a6f1-1f7f86e186e4</CreatedBy> <SiteID>fe5ea945-ffd4-424f-861e-0a6462b8b093</SiteID> <Updated>2025-04-10T03:32:21.5871282+00:00</Updated> <UpdatedBy>d9cffec7-521b-4987-8ec2-1be7ad54f118</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "c369ae64-4ca7-400f-83ba-7c3f38e0d1bc", "IndividualID": "e06c7d90-7c9b-43b8-bbb3-26d0b1a1ee4d", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "f940e9c5-33b5-411e-a978-b805d5cd408a", "TaskIndividualGroupID": "b1f59a40-51de-47d6-8068-2a76214e2957", "Created": "2025-04-10T03:32:21.5871282+00:00", "CreatedBy": "aba7d097-d0f6-4676-a6f1-1f7f86e186e4", "SiteID": "fe5ea945-ffd4-424f-861e-0a6462b8b093", "Updated": "2025-04-10T03:32:21.5871282+00:00", "UpdatedBy": "d9cffec7-521b-4987-8ec2-1be7ad54f118", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }