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>6ef0f2a0-98fc-4a4d-a5f2-ffa34b0e36d2</TaskID> <IndividualID>834f4409-c44b-4a20-8ca7-a5ffc00a422e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1809bcee-3bcb-4c1a-8f11-a55a2854679c</ID> <TaskIndividualGroupID>041cb30b-bb39-4932-9eda-6e6f29c94ce6</TaskIndividualGroupID> <Created>2026-08-16T02:26:57.9660746+00:00</Created> <CreatedBy>d6331135-c9e8-463f-87ac-87a2e8b0b4b3</CreatedBy> <SiteID>823d8816-d074-4755-ab13-6dbd64847ab2</SiteID> <Updated>2026-08-16T02:26:57.9660746+00:00</Updated> <UpdatedBy>9778fc8a-5c68-4f63-b268-f79c233e8051</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "6ef0f2a0-98fc-4a4d-a5f2-ffa34b0e36d2",
"IndividualID": "834f4409-c44b-4a20-8ca7-a5ffc00a422e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "1809bcee-3bcb-4c1a-8f11-a55a2854679c",
"TaskIndividualGroupID": "041cb30b-bb39-4932-9eda-6e6f29c94ce6",
"Created": "2026-08-16T02:26:57.9660746+00:00",
"CreatedBy": "d6331135-c9e8-463f-87ac-87a2e8b0b4b3",
"SiteID": "823d8816-d074-4755-ab13-6dbd64847ab2",
"Updated": "2026-08-16T02:26:57.9660746+00:00",
"UpdatedBy": "9778fc8a-5c68-4f63-b268-f79c233e8051",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}