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>cf618cab-fbc3-4c8a-a727-12543e5814fa</TaskID> <IndividualID>4fbc5770-22b8-450f-ba45-09bf554f8c56</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fe6bc76b-2b5f-4d2c-8624-6ff3b3b5c1de</ID> <TaskIndividualGroupID>f006a613-61cb-4a0f-b7e5-74fc901424e7</TaskIndividualGroupID> <Created>2025-11-23T18:41:35.9646702+00:00</Created> <CreatedBy>3a2ce34d-4747-43fb-9ee1-a9ffa6c87eb2</CreatedBy> <SiteID>8426c24f-9ea6-436f-b084-a53f4aedf560</SiteID> <Updated>2025-11-23T18:41:35.9646702+00:00</Updated> <UpdatedBy>0ac74b4f-c533-4af4-9d70-c6b6d6cc7827</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "cf618cab-fbc3-4c8a-a727-12543e5814fa",
"IndividualID": "4fbc5770-22b8-450f-ba45-09bf554f8c56",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "fe6bc76b-2b5f-4d2c-8624-6ff3b3b5c1de",
"TaskIndividualGroupID": "f006a613-61cb-4a0f-b7e5-74fc901424e7",
"Created": "2025-11-23T18:41:35.9646702+00:00",
"CreatedBy": "3a2ce34d-4747-43fb-9ee1-a9ffa6c87eb2",
"SiteID": "8426c24f-9ea6-436f-b084-a53f4aedf560",
"Updated": "2025-11-23T18:41:35.9646702+00:00",
"UpdatedBy": "0ac74b4f-c533-4af4-9d70-c6b6d6cc7827",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}