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>929b431e-33da-4d1a-8b26-eca868ff70be</TaskID> <IndividualID>16a5bb0f-b994-42d3-a5c9-b74643653284</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>eea35666-f17f-469b-9764-a413a83a3aa7</ID> <TaskIndividualGroupID>c0945e88-ebd3-4dda-bd91-db854fdd0b20</TaskIndividualGroupID> <Created>2025-06-15T06:29:55.8442448+00:00</Created> <CreatedBy>ef60e3ef-f714-4fd2-b03f-66b067037ea7</CreatedBy> <SiteID>b9931781-161b-49a8-b84b-990211424951</SiteID> <Updated>2025-06-15T06:29:55.8442448+00:00</Updated> <UpdatedBy>8d1e30e0-11e9-46b6-8a10-1e9b60e09fd9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "929b431e-33da-4d1a-8b26-eca868ff70be", "IndividualID": "16a5bb0f-b994-42d3-a5c9-b74643653284", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "eea35666-f17f-469b-9764-a413a83a3aa7", "TaskIndividualGroupID": "c0945e88-ebd3-4dda-bd91-db854fdd0b20", "Created": "2025-06-15T06:29:55.8442448+00:00", "CreatedBy": "ef60e3ef-f714-4fd2-b03f-66b067037ea7", "SiteID": "b9931781-161b-49a8-b84b-990211424951", "Updated": "2025-06-15T06:29:55.8442448+00:00", "UpdatedBy": "8d1e30e0-11e9-46b6-8a10-1e9b60e09fd9", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }