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>e879811f-eb4b-4cc4-a6ee-c415d08ab40e</TaskID> <IndividualID>296978b3-9731-4430-9e74-70800c1ef027</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>0cee9963-3ef0-4d56-b57e-f66d0dad6ef9</ID> <TaskIndividualGroupID>2b44beaa-6af3-41f1-91cd-3ad3a32e5258</TaskIndividualGroupID> <Created>2026-04-22T16:59:10.3784182+00:00</Created> <CreatedBy>9d05f785-dc12-41f7-8551-772d69d83051</CreatedBy> <SiteID>88807e24-ec4d-4d26-894a-3ffad1ab963f</SiteID> <Updated>2026-04-22T16:59:10.3784182+00:00</Updated> <UpdatedBy>a77f8825-2001-4050-88fd-10c610a209c2</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "e879811f-eb4b-4cc4-a6ee-c415d08ab40e",
"IndividualID": "296978b3-9731-4430-9e74-70800c1ef027",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "0cee9963-3ef0-4d56-b57e-f66d0dad6ef9",
"TaskIndividualGroupID": "2b44beaa-6af3-41f1-91cd-3ad3a32e5258",
"Created": "2026-04-22T16:59:10.3784182+00:00",
"CreatedBy": "9d05f785-dc12-41f7-8551-772d69d83051",
"SiteID": "88807e24-ec4d-4d26-894a-3ffad1ab963f",
"Updated": "2026-04-22T16:59:10.3784182+00:00",
"UpdatedBy": "a77f8825-2001-4050-88fd-10c610a209c2",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}