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>504872d7-71f1-4905-9a35-706745fd4222</TaskID> <IndividualID>f5a56516-3322-4767-8e90-968173aa7397</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b3f4d697-6042-4cec-9a2c-f69ef90ee73e</ID> <TaskIndividualGroupID>df8ae57d-f27e-4a25-b190-23aefa79a8b6</TaskIndividualGroupID> <Created>2025-02-16T02:44:47.3233999+00:00</Created> <CreatedBy>690835e6-ff4a-4fcd-a155-6584ba71bf91</CreatedBy> <SiteID>0d726825-c887-4f0f-8f51-9a2eadfb83e7</SiteID> <Updated>2025-02-16T02:44:47.3233999+00:00</Updated> <UpdatedBy>b98a5379-96a5-464b-9808-38ce175f77f0</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "504872d7-71f1-4905-9a35-706745fd4222", "IndividualID": "f5a56516-3322-4767-8e90-968173aa7397", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "b3f4d697-6042-4cec-9a2c-f69ef90ee73e", "TaskIndividualGroupID": "df8ae57d-f27e-4a25-b190-23aefa79a8b6", "Created": "2025-02-16T02:44:47.3233999+00:00", "CreatedBy": "690835e6-ff4a-4fcd-a155-6584ba71bf91", "SiteID": "0d726825-c887-4f0f-8f51-9a2eadfb83e7", "Updated": "2025-02-16T02:44:47.3233999+00:00", "UpdatedBy": "b98a5379-96a5-464b-9808-38ce175f77f0", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }