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>f1d3b0fd-edf7-475a-bbd6-c4a89c190ac9</TaskID> <IndividualID>d15feb8a-8965-4d7a-ada6-c4542a9cc4b2</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>c1449729-0332-4ca1-a84a-6f88a13a8715</ID> <TaskIndividualGroupID>530f88d8-3712-427d-8fe1-e465fca43a20</TaskIndividualGroupID> <Created>2026-03-22T14:17:43.2162543+00:00</Created> <CreatedBy>d18843be-86a2-4835-b234-0846a11ee687</CreatedBy> <SiteID>5234dbb1-51d0-4759-8d57-9e0d01b40bdf</SiteID> <Updated>2026-03-22T14:17:43.2162543+00:00</Updated> <UpdatedBy>d85079f4-7e7d-446e-b51f-53e092e2b6db</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "f1d3b0fd-edf7-475a-bbd6-c4a89c190ac9",
"IndividualID": "d15feb8a-8965-4d7a-ada6-c4542a9cc4b2",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "c1449729-0332-4ca1-a84a-6f88a13a8715",
"TaskIndividualGroupID": "530f88d8-3712-427d-8fe1-e465fca43a20",
"Created": "2026-03-22T14:17:43.2162543+00:00",
"CreatedBy": "d18843be-86a2-4835-b234-0846a11ee687",
"SiteID": "5234dbb1-51d0-4759-8d57-9e0d01b40bdf",
"Updated": "2026-03-22T14:17:43.2162543+00:00",
"UpdatedBy": "d85079f4-7e7d-446e-b51f-53e092e2b6db",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}