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>b3917d01-a6b8-4250-8935-a2fc40abacec</TaskID> <IndividualID>2739fd52-cc23-416c-9884-0d70e0db8e1c</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>6d98bf44-4509-4f93-ba74-9994d55a3158</ID> <TaskIndividualGroupID>0515d1bf-43ee-4114-b611-c04a08bc1802</TaskIndividualGroupID> <Created>2026-07-30T00:05:15.6938746+00:00</Created> <CreatedBy>ab1f2540-a05b-4c9d-b983-e6da2d47a58a</CreatedBy> <SiteID>e2bcc5ec-455c-43ae-a94b-eef826b42933</SiteID> <Updated>2026-07-30T00:05:15.6938746+00:00</Updated> <UpdatedBy>ec1a9a2c-7916-4c45-ac2c-eab8dd913c87</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "b3917d01-a6b8-4250-8935-a2fc40abacec",
"IndividualID": "2739fd52-cc23-416c-9884-0d70e0db8e1c",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "6d98bf44-4509-4f93-ba74-9994d55a3158",
"TaskIndividualGroupID": "0515d1bf-43ee-4114-b611-c04a08bc1802",
"Created": "2026-07-30T00:05:15.6938746+00:00",
"CreatedBy": "ab1f2540-a05b-4c9d-b983-e6da2d47a58a",
"SiteID": "e2bcc5ec-455c-43ae-a94b-eef826b42933",
"Updated": "2026-07-30T00:05:15.6938746+00:00",
"UpdatedBy": "ec1a9a2c-7916-4c45-ac2c-eab8dd913c87",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}