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>5db7e13d-ed50-4e2d-9f80-c74da87ac900</TaskID> <IndividualID>42a938c0-08af-4bcf-8f1a-28a222e2bb8e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>9c34c538-6c31-4b50-9568-02aa68028778</ID> <TaskIndividualGroupID>831f7e9f-c78f-4f45-97f3-3a8af832e3bb</TaskIndividualGroupID> <Created>2026-05-20T12:23:58.087379+00:00</Created> <CreatedBy>39aa37b1-a8df-442c-83ff-00b5b10b08b1</CreatedBy> <SiteID>6c884eb1-b3b2-4f1e-a355-c7137f9b791d</SiteID> <Updated>2026-05-20T12:23:58.087379+00:00</Updated> <UpdatedBy>84d489db-c38b-4b5f-8865-a14512886da9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "5db7e13d-ed50-4e2d-9f80-c74da87ac900",
"IndividualID": "42a938c0-08af-4bcf-8f1a-28a222e2bb8e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "9c34c538-6c31-4b50-9568-02aa68028778",
"TaskIndividualGroupID": "831f7e9f-c78f-4f45-97f3-3a8af832e3bb",
"Created": "2026-05-20T12:23:58.087379+00:00",
"CreatedBy": "39aa37b1-a8df-442c-83ff-00b5b10b08b1",
"SiteID": "6c884eb1-b3b2-4f1e-a355-c7137f9b791d",
"Updated": "2026-05-20T12:23:58.087379+00:00",
"UpdatedBy": "84d489db-c38b-4b5f-8865-a14512886da9",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}