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. |
|
taskid
globally unique identifier
This ID is ignored, and only used to fill out the route. |
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>bf735180-417d-4b5f-84a5-eeeb041728f9</TaskID> <IndividualID>929ff51c-337f-4378-83af-482572bd9618</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>bc47a97e-1c54-4383-93fc-84d314e53044</ID> <TaskIndividualGroupID>c3435296-b94f-4474-b16d-2c5d0dabc000</TaskIndividualGroupID> <Created>2026-08-17T01:11:35.7185488+00:00</Created> <CreatedBy>f3a08e89-f58e-4963-a5f2-e951f8c00565</CreatedBy> <SiteID>1e751fca-b9da-437a-8aef-a6b27bb71122</SiteID> <Updated>2026-08-17T01:11:35.7185488+00:00</Updated> <UpdatedBy>fc6c6aec-693a-41cb-a3cc-d8949521f8de</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "bf735180-417d-4b5f-84a5-eeeb041728f9",
"IndividualID": "929ff51c-337f-4378-83af-482572bd9618",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "bc47a97e-1c54-4383-93fc-84d314e53044",
"TaskIndividualGroupID": "c3435296-b94f-4474-b16d-2c5d0dabc000",
"Created": "2026-08-17T01:11:35.7185488+00:00",
"CreatedBy": "f3a08e89-f58e-4963-a5f2-e951f8c00565",
"SiteID": "1e751fca-b9da-437a-8aef-a6b27bb71122",
"Updated": "2026-08-17T01:11:35.7185488+00:00",
"UpdatedBy": "fc6c6aec-693a-41cb-a3cc-d8949521f8de",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}