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>4c994ae4-35dc-4bad-b755-c58b5ce3d258</TaskID> <IndividualID>97702a4c-8fdf-468c-8148-3627ea2cbc65</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7baa89f0-5629-4945-a9dd-67db3415f00a</ID> <TaskIndividualGroupID>89f8deda-be9b-4a0a-9c70-2cef54a7a0a3</TaskIndividualGroupID> <Created>2026-09-04T04:53:07.7991305+00:00</Created> <CreatedBy>66d75d11-4779-4115-b6c9-1690b523b0f2</CreatedBy> <SiteID>5cd9058d-dd21-49ed-8b6b-5e016ef0dedb</SiteID> <Updated>2026-09-04T04:53:07.7991305+00:00</Updated> <UpdatedBy>005d56ad-ccc4-445a-ba9d-167bdc1c2bef</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "4c994ae4-35dc-4bad-b755-c58b5ce3d258",
"IndividualID": "97702a4c-8fdf-468c-8148-3627ea2cbc65",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7baa89f0-5629-4945-a9dd-67db3415f00a",
"TaskIndividualGroupID": "89f8deda-be9b-4a0a-9c70-2cef54a7a0a3",
"Created": "2026-09-04T04:53:07.7991305+00:00",
"CreatedBy": "66d75d11-4779-4115-b6c9-1690b523b0f2",
"SiteID": "5cd9058d-dd21-49ed-8b6b-5e016ef0dedb",
"Updated": "2026-09-04T04:53:07.7991305+00:00",
"UpdatedBy": "005d56ad-ccc4-445a-ba9d-167bdc1c2bef",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}