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>a287506c-907e-4631-9c14-f8afc4e614e3</TaskID> <IndividualID>465e8583-a670-4466-9da3-ddc735af9e89</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7cc1900d-0e20-40f4-b73b-6071191c704e</ID> <TaskIndividualGroupID>9bad86dc-adf3-4bac-8e69-bb43e6a1dbce</TaskIndividualGroupID> <Created>2026-05-26T21:05:12.6056606+00:00</Created> <CreatedBy>423f2365-1f67-4728-b8b6-95535feccfbd</CreatedBy> <SiteID>8321c5b6-859d-49f2-9409-f23564785d43</SiteID> <Updated>2026-05-26T21:05:12.6056606+00:00</Updated> <UpdatedBy>0fc85a88-d64e-4082-95fc-50dbbe26e58f</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "a287506c-907e-4631-9c14-f8afc4e614e3",
"IndividualID": "465e8583-a670-4466-9da3-ddc735af9e89",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7cc1900d-0e20-40f4-b73b-6071191c704e",
"TaskIndividualGroupID": "9bad86dc-adf3-4bac-8e69-bb43e6a1dbce",
"Created": "2026-05-26T21:05:12.6056606+00:00",
"CreatedBy": "423f2365-1f67-4728-b8b6-95535feccfbd",
"SiteID": "8321c5b6-859d-49f2-9409-f23564785d43",
"Updated": "2026-05-26T21:05:12.6056606+00:00",
"UpdatedBy": "0fc85a88-d64e-4082-95fc-50dbbe26e58f",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}