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>f9b3f646-b959-4d57-ba61-1c245581ae0b</TaskID> <IndividualID>4622a9e0-27c4-4186-b02c-ebc3261c5535</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e2fca7a2-0d5e-47b4-8047-282a315785c4</ID> <TaskIndividualGroupID>16026d69-9e0d-45ad-9306-349b566b43c4</TaskIndividualGroupID> <Created>2025-08-26T18:03:18.1009597+00:00</Created> <CreatedBy>94cbb381-b6b6-423c-b287-8bfcae34445a</CreatedBy> <SiteID>f8d1863a-6a76-44eb-811a-449bfcf3f6a1</SiteID> <Updated>2025-08-26T18:03:18.1009597+00:00</Updated> <UpdatedBy>22e23c8f-c155-4dcd-b316-58dc293a4d6c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "f9b3f646-b959-4d57-ba61-1c245581ae0b", "IndividualID": "4622a9e0-27c4-4186-b02c-ebc3261c5535", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "e2fca7a2-0d5e-47b4-8047-282a315785c4", "TaskIndividualGroupID": "16026d69-9e0d-45ad-9306-349b566b43c4", "Created": "2025-08-26T18:03:18.1009597+00:00", "CreatedBy": "94cbb381-b6b6-423c-b287-8bfcae34445a", "SiteID": "f8d1863a-6a76-44eb-811a-449bfcf3f6a1", "Updated": "2025-08-26T18:03:18.1009597+00:00", "UpdatedBy": "22e23c8f-c155-4dcd-b316-58dc293a4d6c", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }