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>0e0efdcf-eb49-4dc8-917e-537afb9f10cf</TaskID> <IndividualID>23e8556d-71bd-4eaa-aad8-c505d7b803a3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7a38be93-0427-4d75-95ff-0b7d8b7501a6</ID> <TaskIndividualGroupID>25b7f832-a0bf-4548-a758-4e29370434b3</TaskIndividualGroupID> <Created>2026-08-16T23:56:08.6503917+00:00</Created> <CreatedBy>7e29895c-366d-4bc8-b5aa-e5a2d1cb88f2</CreatedBy> <SiteID>23a3ea8f-4ad3-4a1b-9f37-e58f53001fd0</SiteID> <Updated>2026-08-16T23:56:08.6503917+00:00</Updated> <UpdatedBy>8d326efc-5871-463e-9075-f65156874b74</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "0e0efdcf-eb49-4dc8-917e-537afb9f10cf",
"IndividualID": "23e8556d-71bd-4eaa-aad8-c505d7b803a3",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "7a38be93-0427-4d75-95ff-0b7d8b7501a6",
"TaskIndividualGroupID": "25b7f832-a0bf-4548-a758-4e29370434b3",
"Created": "2026-08-16T23:56:08.6503917+00:00",
"CreatedBy": "7e29895c-366d-4bc8-b5aa-e5a2d1cb88f2",
"SiteID": "23a3ea8f-4ad3-4a1b-9f37-e58f53001fd0",
"Updated": "2026-08-16T23:56:08.6503917+00:00",
"UpdatedBy": "8d326efc-5871-463e-9075-f65156874b74",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}