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>f968351f-65d1-478b-afc7-142ae49ab080</TaskID> <IndividualID>a3977ad9-8b10-4e97-90b4-ec2501a88778</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>12f7e540-7d1f-442a-96cf-f560b9db1e79</ID> <TaskIndividualGroupID>e4649d90-a946-494b-b870-892863ea959d</TaskIndividualGroupID> <Created>2026-05-20T02:50:40.6552012+00:00</Created> <CreatedBy>0c6e8d4d-0877-44c0-9cdb-c9b2b1134db6</CreatedBy> <SiteID>d9abbe12-131d-44aa-b2a7-6631418fac19</SiteID> <Updated>2026-05-20T02:50:40.6552012+00:00</Updated> <UpdatedBy>7588ccd3-c6c4-4b8d-b9d5-4c55c441c41c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "f968351f-65d1-478b-afc7-142ae49ab080",
"IndividualID": "a3977ad9-8b10-4e97-90b4-ec2501a88778",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "12f7e540-7d1f-442a-96cf-f560b9db1e79",
"TaskIndividualGroupID": "e4649d90-a946-494b-b870-892863ea959d",
"Created": "2026-05-20T02:50:40.6552012+00:00",
"CreatedBy": "0c6e8d4d-0877-44c0-9cdb-c9b2b1134db6",
"SiteID": "d9abbe12-131d-44aa-b2a7-6631418fac19",
"Updated": "2026-05-20T02:50:40.6552012+00:00",
"UpdatedBy": "7588ccd3-c6c4-4b8d-b9d5-4c55c441c41c",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}