Reads people responsible for a task.
taskid
globally unique identifier
Required
Guid ID for the task. |
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>03a704e2-947b-4fe2-97af-619e78687d82</TaskID> <IndividualID>dfd30bd5-cf86-4998-9c85-154c47702a33</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e5d02d83-0b42-4025-ae71-fd0f6611350e</ID> <TaskIndividualGroupID>0d9fcf4e-263b-4e20-8f18-324f931d7652</TaskIndividualGroupID> <Created>2025-04-10T03:36:23.6500235+00:00</Created> <CreatedBy>520b990a-5949-42b9-85db-346753d77286</CreatedBy> <SiteID>b0d21472-bc58-4087-83e7-7c07bd99c168</SiteID> <Updated>2025-04-10T03:36:23.6500235+00:00</Updated> <UpdatedBy>42312d4c-dfe5-43ba-92bd-1c539c532b80</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "03a704e2-947b-4fe2-97af-619e78687d82", "IndividualID": "dfd30bd5-cf86-4998-9c85-154c47702a33", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "e5d02d83-0b42-4025-ae71-fd0f6611350e", "TaskIndividualGroupID": "0d9fcf4e-263b-4e20-8f18-324f931d7652", "Created": "2025-04-10T03:36:23.6500235+00:00", "CreatedBy": "520b990a-5949-42b9-85db-346753d77286", "SiteID": "b0d21472-bc58-4087-83e7-7c07bd99c168", "Updated": "2025-04-10T03:36:23.6500235+00:00", "UpdatedBy": "42312d4c-dfe5-43ba-92bd-1c539c532b80", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }