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>115df8b7-a62d-49e7-b1de-1f6b6bac2e8e</TaskID> <IndividualID>3746b22d-f513-4661-b188-280fb80c2c4b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>91434962-ef7d-48c3-8b9f-100c1d53228e</ID> <TaskIndividualGroupID>692649f9-ad9d-46df-afe9-8586097084ef</TaskIndividualGroupID> <Created>2026-05-06T06:08:37.0181029+00:00</Created> <CreatedBy>af0c1f0b-8731-44d7-8c0f-a521a347f57d</CreatedBy> <SiteID>abaebf3b-4de0-40b3-9265-34893d9ed1ca</SiteID> <Updated>2026-05-06T06:08:37.0181029+00:00</Updated> <UpdatedBy>f7c41da0-49e2-4e4b-93b1-d0f1f96fa73c</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "115df8b7-a62d-49e7-b1de-1f6b6bac2e8e",
"IndividualID": "3746b22d-f513-4661-b188-280fb80c2c4b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "91434962-ef7d-48c3-8b9f-100c1d53228e",
"TaskIndividualGroupID": "692649f9-ad9d-46df-afe9-8586097084ef",
"Created": "2026-05-06T06:08:37.0181029+00:00",
"CreatedBy": "af0c1f0b-8731-44d7-8c0f-a521a347f57d",
"SiteID": "abaebf3b-4de0-40b3-9265-34893d9ed1ca",
"Updated": "2026-05-06T06:08:37.0181029+00:00",
"UpdatedBy": "f7c41da0-49e2-4e4b-93b1-d0f1f96fa73c",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}