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>076216c1-fa41-42b5-89f0-805458de3902</TaskID> <IndividualID>cecc4f27-6fa5-4cf5-9f86-ea1e723dc8d7</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>200e3aef-98ec-4e9e-8cba-992e783f262e</ID> <TaskIndividualGroupID>65019194-5f97-4fbb-b22b-fbf1d0295052</TaskIndividualGroupID> <Created>2026-09-24T19:39:02.1916329+00:00</Created> <CreatedBy>151094b8-64a5-4de8-bc91-f9915cfee845</CreatedBy> <SiteID>df151601-9dd5-499d-95c2-319e38e29fdf</SiteID> <Updated>2026-09-24T19:39:02.1916329+00:00</Updated> <UpdatedBy>74a7818e-5309-4558-80e0-73942424cc91</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "076216c1-fa41-42b5-89f0-805458de3902",
"IndividualID": "cecc4f27-6fa5-4cf5-9f86-ea1e723dc8d7",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "200e3aef-98ec-4e9e-8cba-992e783f262e",
"TaskIndividualGroupID": "65019194-5f97-4fbb-b22b-fbf1d0295052",
"Created": "2026-09-24T19:39:02.1916329+00:00",
"CreatedBy": "151094b8-64a5-4de8-bc91-f9915cfee845",
"SiteID": "df151601-9dd5-499d-95c2-319e38e29fdf",
"Updated": "2026-09-24T19:39:02.1916329+00:00",
"UpdatedBy": "74a7818e-5309-4558-80e0-73942424cc91",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}