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>b0840579-2b13-459f-a818-875ba013f0de</TaskID> <IndividualID>0ad78fd9-1d34-4132-b9be-24ae2d308473</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>6ab142af-84d5-4596-b134-c9cd2689569f</ID> <TaskIndividualGroupID>c98dca90-51c1-4677-8ec8-405c6fa8ffc3</TaskIndividualGroupID> <Created>2025-02-04T03:21:21.5434625+00:00</Created> <CreatedBy>8d55d052-ce97-460d-8687-a447a76cfeab</CreatedBy> <SiteID>74bafee1-8f97-434b-8197-c28d96b78637</SiteID> <Updated>2025-02-04T03:21:21.5434625+00:00</Updated> <UpdatedBy>6435af05-b978-43b9-8cd2-825bcc90ce6b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "b0840579-2b13-459f-a818-875ba013f0de", "IndividualID": "0ad78fd9-1d34-4132-b9be-24ae2d308473", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "6ab142af-84d5-4596-b134-c9cd2689569f", "TaskIndividualGroupID": "c98dca90-51c1-4677-8ec8-405c6fa8ffc3", "Created": "2025-02-04T03:21:21.5434625+00:00", "CreatedBy": "8d55d052-ce97-460d-8687-a447a76cfeab", "SiteID": "74bafee1-8f97-434b-8197-c28d96b78637", "Updated": "2025-02-04T03:21:21.5434625+00:00", "UpdatedBy": "6435af05-b978-43b9-8cd2-825bcc90ce6b", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }