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>2a8dc455-48bd-4976-b7c0-79f96f1529e6</TaskID> <IndividualID>1367d76f-6ff3-4751-add7-28f7787fc9e5</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>38343bdf-fb0b-4a0d-8d3c-41b55418b407</ID> <TaskIndividualGroupID>3e400e9b-aaa3-456f-816d-0f98549b5928</TaskIndividualGroupID> <Created>2025-09-11T02:54:47.2400819+00:00</Created> <CreatedBy>2cecb9fc-47d8-4276-83b4-ac28ea7af91c</CreatedBy> <SiteID>8d0fe116-2e93-49b2-a198-9a91f0f396f7</SiteID> <Updated>2025-09-11T02:54:47.2400819+00:00</Updated> <UpdatedBy>82e966f0-4f5a-49da-83f4-3971b9d628d2</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "2a8dc455-48bd-4976-b7c0-79f96f1529e6", "IndividualID": "1367d76f-6ff3-4751-add7-28f7787fc9e5", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "38343bdf-fb0b-4a0d-8d3c-41b55418b407", "TaskIndividualGroupID": "3e400e9b-aaa3-456f-816d-0f98549b5928", "Created": "2025-09-11T02:54:47.2400819+00:00", "CreatedBy": "2cecb9fc-47d8-4276-83b4-ac28ea7af91c", "SiteID": "8d0fe116-2e93-49b2-a198-9a91f0f396f7", "Updated": "2025-09-11T02:54:47.2400819+00:00", "UpdatedBy": "82e966f0-4f5a-49da-83f4-3971b9d628d2", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }