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>310a7364-40b9-4af5-ac55-cb07e3494e67</TaskID> <IndividualID>e9a13f58-66f3-4021-919b-cf4061b9168e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>dda21292-e56c-4391-b596-09c836557cbe</ID> <TaskIndividualGroupID>dab9bb6f-418a-4778-a44d-9b0541918690</TaskIndividualGroupID> <Created>2026-09-04T10:22:05.602108+00:00</Created> <CreatedBy>a651e197-80f3-465b-96fb-4473ef99ad0a</CreatedBy> <SiteID>84d9294e-bddf-48aa-a312-c48835d51228</SiteID> <Updated>2026-09-04T10:22:05.602108+00:00</Updated> <UpdatedBy>23ed764b-1252-4dd2-9f6a-ecb0d73dee9e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "310a7364-40b9-4af5-ac55-cb07e3494e67",
"IndividualID": "e9a13f58-66f3-4021-919b-cf4061b9168e",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "dda21292-e56c-4391-b596-09c836557cbe",
"TaskIndividualGroupID": "dab9bb6f-418a-4778-a44d-9b0541918690",
"Created": "2026-09-04T10:22:05.602108+00:00",
"CreatedBy": "a651e197-80f3-465b-96fb-4473ef99ad0a",
"SiteID": "84d9294e-bddf-48aa-a312-c48835d51228",
"Updated": "2026-09-04T10:22:05.602108+00:00",
"UpdatedBy": "23ed764b-1252-4dd2-9f6a-ecb0d73dee9e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}