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>c948eccc-55b0-4cfc-8606-3073bf225683</TaskID> <IndividualID>6088de8e-7012-45c7-acdd-e9e210d1be49</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>591e025e-88ea-4571-a872-22fa6b671c3a</ID> <TaskIndividualGroupID>64d6468f-22ad-4f73-86a6-53506ee83bcd</TaskIndividualGroupID> <Created>2026-04-18T07:23:22.249018+00:00</Created> <CreatedBy>1ab35b5f-6720-4883-96e8-a51affe4ec58</CreatedBy> <SiteID>77f7cba1-4500-43cc-80dc-69f501bbd972</SiteID> <Updated>2026-04-18T07:23:22.249018+00:00</Updated> <UpdatedBy>3ea5c8d5-3c7c-4541-8082-94d3b59639c3</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "c948eccc-55b0-4cfc-8606-3073bf225683",
"IndividualID": "6088de8e-7012-45c7-acdd-e9e210d1be49",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "591e025e-88ea-4571-a872-22fa6b671c3a",
"TaskIndividualGroupID": "64d6468f-22ad-4f73-86a6-53506ee83bcd",
"Created": "2026-04-18T07:23:22.249018+00:00",
"CreatedBy": "1ab35b5f-6720-4883-96e8-a51affe4ec58",
"SiteID": "77f7cba1-4500-43cc-80dc-69f501bbd972",
"Updated": "2026-04-18T07:23:22.249018+00:00",
"UpdatedBy": "3ea5c8d5-3c7c-4541-8082-94d3b59639c3",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}