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>b5503c2c-0a57-4bd0-a53f-060cf92910ec</TaskID> <IndividualID>31ee385c-3dd1-41aa-afde-0c6dee61ed69</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>1d0764bd-2a9d-4eb1-9d18-c6fbc9134489</ID> <TaskIndividualGroupID>a72513cd-94b5-496d-baf1-6149764090bc</TaskIndividualGroupID> <Created>2026-03-08T07:17:27.5073583+00:00</Created> <CreatedBy>b260b388-fec5-4fbc-a128-d11e51c736ee</CreatedBy> <SiteID>56b06652-722d-48f6-be20-572f73099c2a</SiteID> <Updated>2026-03-08T07:17:27.5073583+00:00</Updated> <UpdatedBy>10a28a34-d08a-418f-8c55-cba11d53e4f7</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "b5503c2c-0a57-4bd0-a53f-060cf92910ec",
"IndividualID": "31ee385c-3dd1-41aa-afde-0c6dee61ed69",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "1d0764bd-2a9d-4eb1-9d18-c6fbc9134489",
"TaskIndividualGroupID": "a72513cd-94b5-496d-baf1-6149764090bc",
"Created": "2026-03-08T07:17:27.5073583+00:00",
"CreatedBy": "b260b388-fec5-4fbc-a128-d11e51c736ee",
"SiteID": "56b06652-722d-48f6-be20-572f73099c2a",
"Updated": "2026-03-08T07:17:27.5073583+00:00",
"UpdatedBy": "10a28a34-d08a-418f-8c55-cba11d53e4f7",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}