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>ebefc3d9-a542-4e9f-9645-cbc6539fcd7b</TaskID> <IndividualID>0883612c-70e1-4937-bd5e-a9b74ca06003</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>13053410-b209-40f8-8851-4435b15cc47b</ID> <TaskIndividualGroupID>10a3533a-8713-476a-bc29-e5084b08a6f6</TaskIndividualGroupID> <Created>2026-02-24T01:10:14.0828045+00:00</Created> <CreatedBy>ed9d8625-3747-4122-a92c-099d2533b86f</CreatedBy> <SiteID>2c4f2cdd-7154-4ec3-8863-1c1e42187b9b</SiteID> <Updated>2026-02-24T01:10:14.0828045+00:00</Updated> <UpdatedBy>f71bcb7f-5838-4856-b321-d057280557d9</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "ebefc3d9-a542-4e9f-9645-cbc6539fcd7b",
"IndividualID": "0883612c-70e1-4937-bd5e-a9b74ca06003",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "13053410-b209-40f8-8851-4435b15cc47b",
"TaskIndividualGroupID": "10a3533a-8713-476a-bc29-e5084b08a6f6",
"Created": "2026-02-24T01:10:14.0828045+00:00",
"CreatedBy": "ed9d8625-3747-4122-a92c-099d2533b86f",
"SiteID": "2c4f2cdd-7154-4ec3-8863-1c1e42187b9b",
"Updated": "2026-02-24T01:10:14.0828045+00:00",
"UpdatedBy": "f71bcb7f-5838-4856-b321-d057280557d9",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}