Read a single person responsible for a task.
|
id
globally unique identifier
Required
Guid ID for a person responsible, it is not the same as an Individual ID. |
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>aa38f681-b511-447d-9f09-bbc6d79ec3d7</TaskID> <IndividualID>04884435-e27a-40b9-b7a6-05c2c70b1fe0</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>3895773d-8916-4142-b2da-95bba4cd6f2c</ID> <TaskIndividualGroupID>a4273e17-e44d-4c9a-b345-84eac5e6c0de</TaskIndividualGroupID> <Created>2025-11-23T18:43:26.6370016+00:00</Created> <CreatedBy>a8ea6f7a-593e-4e4d-a6c6-4619b8681933</CreatedBy> <SiteID>b68f9a31-c816-4cca-9bee-460f76dbc2f2</SiteID> <Updated>2025-11-23T18:43:26.6370016+00:00</Updated> <UpdatedBy>b054f960-9b6c-4132-846d-e2dd4ddafec8</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "aa38f681-b511-447d-9f09-bbc6d79ec3d7",
"IndividualID": "04884435-e27a-40b9-b7a6-05c2c70b1fe0",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "3895773d-8916-4142-b2da-95bba4cd6f2c",
"TaskIndividualGroupID": "a4273e17-e44d-4c9a-b345-84eac5e6c0de",
"Created": "2025-11-23T18:43:26.6370016+00:00",
"CreatedBy": "a8ea6f7a-593e-4e4d-a6c6-4619b8681933",
"SiteID": "b68f9a31-c816-4cca-9bee-460f76dbc2f2",
"Updated": "2025-11-23T18:43:26.6370016+00:00",
"UpdatedBy": "b054f960-9b6c-4132-846d-e2dd4ddafec8",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}