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>739ffbd9-c0c2-4e37-8663-08f0ab69bcf0</TaskID> <IndividualID>bc2b0e96-c7f3-49cc-ae7b-87453a13ae86</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>db08f6ef-e0b4-4a94-b877-38f09946f8ed</ID> <TaskIndividualGroupID>7d4043fe-dcba-411b-abb0-52a61343b443</TaskIndividualGroupID> <Created>2025-02-03T19:22:57.7178257+00:00</Created> <CreatedBy>c59adb1b-7457-44d4-b6cf-9710dac0b6ff</CreatedBy> <SiteID>bfcf7480-6e47-47af-91a1-ad2663016d9b</SiteID> <Updated>2025-02-03T19:22:57.7178257+00:00</Updated> <UpdatedBy>e384c3bf-969b-46d0-aa3c-5ac6d249c3b2</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "739ffbd9-c0c2-4e37-8663-08f0ab69bcf0", "IndividualID": "bc2b0e96-c7f3-49cc-ae7b-87453a13ae86", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "db08f6ef-e0b4-4a94-b877-38f09946f8ed", "TaskIndividualGroupID": "7d4043fe-dcba-411b-abb0-52a61343b443", "Created": "2025-02-03T19:22:57.7178257+00:00", "CreatedBy": "c59adb1b-7457-44d4-b6cf-9710dac0b6ff", "SiteID": "bfcf7480-6e47-47af-91a1-ad2663016d9b", "Updated": "2025-02-03T19:22:57.7178257+00:00", "UpdatedBy": "e384c3bf-969b-46d0-aa3c-5ac6d249c3b2", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }