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>d29adf57-0b34-4b72-be20-bfbd985b8b40</TaskID> <IndividualID>faebfe19-9d38-41a9-a35f-f3bc2761603b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>f33345dd-8324-4005-b83c-1d0bd04e01a0</ID> <TaskIndividualGroupID>ae107e8a-fe81-4fb8-b9df-9ce6a1fa19bd</TaskIndividualGroupID> <Created>2026-06-09T09:17:57.5467853+00:00</Created> <CreatedBy>c5a47402-54b5-4b7a-a8eb-977affd63f4d</CreatedBy> <SiteID>3078d5d1-5ca4-4123-bbbb-e88a696ff358</SiteID> <Updated>2026-06-09T09:17:57.5467853+00:00</Updated> <UpdatedBy>8a71aa19-1c55-4400-b6f0-73908fbf4624</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "d29adf57-0b34-4b72-be20-bfbd985b8b40",
"IndividualID": "faebfe19-9d38-41a9-a35f-f3bc2761603b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "f33345dd-8324-4005-b83c-1d0bd04e01a0",
"TaskIndividualGroupID": "ae107e8a-fe81-4fb8-b9df-9ce6a1fa19bd",
"Created": "2026-06-09T09:17:57.5467853+00:00",
"CreatedBy": "c5a47402-54b5-4b7a-a8eb-977affd63f4d",
"SiteID": "3078d5d1-5ca4-4123-bbbb-e88a696ff358",
"Updated": "2026-06-09T09:17:57.5467853+00:00",
"UpdatedBy": "8a71aa19-1c55-4400-b6f0-73908fbf4624",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}