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>0b293343-c8f9-4f63-ae5f-ac3c866b52f2</TaskID> <IndividualID>c779d01c-bcce-4f0c-b959-88a61373b8d6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>79c445aa-2c96-4062-bf4e-ed9a2971194a</ID> <TaskIndividualGroupID>a4bdf240-8afb-4f32-a8f8-61b28f36082a</TaskIndividualGroupID> <Created>2026-08-17T06:02:59.3491517+00:00</Created> <CreatedBy>d1742746-3f14-413d-a01f-5902983fda7b</CreatedBy> <SiteID>01b42f37-1ce5-4add-86c9-862586523ad5</SiteID> <Updated>2026-08-17T06:02:59.3491517+00:00</Updated> <UpdatedBy>e126df3b-e4f3-4f90-bc8e-10320160215c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "0b293343-c8f9-4f63-ae5f-ac3c866b52f2",
"IndividualID": "c779d01c-bcce-4f0c-b959-88a61373b8d6",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "79c445aa-2c96-4062-bf4e-ed9a2971194a",
"TaskIndividualGroupID": "a4bdf240-8afb-4f32-a8f8-61b28f36082a",
"Created": "2026-08-17T06:02:59.3491517+00:00",
"CreatedBy": "d1742746-3f14-413d-a01f-5902983fda7b",
"SiteID": "01b42f37-1ce5-4add-86c9-862586523ad5",
"Updated": "2026-08-17T06:02:59.3491517+00:00",
"UpdatedBy": "e126df3b-e4f3-4f90-bc8e-10320160215c",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}