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>baee5063-b2ec-4ae4-85d0-c07693c684c8</TaskID> <IndividualID>460f23f8-f897-47b3-84c0-eeb093a52eba</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>cd501a92-7126-4c86-890c-2963a04e5c31</ID> <TaskIndividualGroupID>e95e1475-5e44-487d-ad5c-cfd33463c19b</TaskIndividualGroupID> <Created>2026-03-08T05:36:47.2164405+00:00</Created> <CreatedBy>2840e581-6841-4f31-a399-1ac78a7d61f9</CreatedBy> <SiteID>6c7101db-3604-4700-a728-5a579cdadba9</SiteID> <Updated>2026-03-08T05:36:47.2164405+00:00</Updated> <UpdatedBy>f22e98b4-0164-43ef-bb61-883d3b44f8c7</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "baee5063-b2ec-4ae4-85d0-c07693c684c8",
"IndividualID": "460f23f8-f897-47b3-84c0-eeb093a52eba",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "cd501a92-7126-4c86-890c-2963a04e5c31",
"TaskIndividualGroupID": "e95e1475-5e44-487d-ad5c-cfd33463c19b",
"Created": "2026-03-08T05:36:47.2164405+00:00",
"CreatedBy": "2840e581-6841-4f31-a399-1ac78a7d61f9",
"SiteID": "6c7101db-3604-4700-a728-5a579cdadba9",
"Updated": "2026-03-08T05:36:47.2164405+00:00",
"UpdatedBy": "f22e98b4-0164-43ef-bb61-883d3b44f8c7",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}