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>7504a010-42ab-4dc3-821d-ca4bda8ce78a</TaskID> <IndividualID>8b16af4e-fa76-45ab-a817-dd802b785529</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>24dc8c5d-faa8-4743-9708-9952e678d67c</ID> <TaskIndividualGroupID>49836157-8a6f-45ae-9313-cf0951c7e4da</TaskIndividualGroupID> <Created>2026-06-04T15:49:40.7186107+00:00</Created> <CreatedBy>16e4320c-60de-44ef-84fa-5c75b7898f98</CreatedBy> <SiteID>a598eb36-7eb0-4827-8eb8-cd8842436d7e</SiteID> <Updated>2026-06-04T15:49:40.7186107+00:00</Updated> <UpdatedBy>b8f9e6fe-fad5-491b-9ca1-97b01e9b4510</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "7504a010-42ab-4dc3-821d-ca4bda8ce78a",
"IndividualID": "8b16af4e-fa76-45ab-a817-dd802b785529",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "24dc8c5d-faa8-4743-9708-9952e678d67c",
"TaskIndividualGroupID": "49836157-8a6f-45ae-9313-cf0951c7e4da",
"Created": "2026-06-04T15:49:40.7186107+00:00",
"CreatedBy": "16e4320c-60de-44ef-84fa-5c75b7898f98",
"SiteID": "a598eb36-7eb0-4827-8eb8-cd8842436d7e",
"Updated": "2026-06-04T15:49:40.7186107+00:00",
"UpdatedBy": "b8f9e6fe-fad5-491b-9ca1-97b01e9b4510",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}