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>0c0b8d5b-42cc-49d0-a9fd-6f8c79adad2d</TaskID> <IndividualID>812a06e4-5bc0-42ca-9e87-cf7b21060abc</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b2159ba3-06ee-474b-a7d3-2cae407a0a37</ID> <TaskIndividualGroupID>7c9df358-656a-485d-9ae5-6eb8ccbd64b4</TaskIndividualGroupID> <Created>2025-08-01T03:09:30.1292222+00:00</Created> <CreatedBy>e08687e3-199c-404f-b0a4-2b8031d6cb0e</CreatedBy> <SiteID>bc25b111-0598-42f7-a8d6-ca317df7e410</SiteID> <Updated>2025-08-01T03:09:30.1292222+00:00</Updated> <UpdatedBy>11d43ee8-553b-48ea-b3b9-fc3253dc693d</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "0c0b8d5b-42cc-49d0-a9fd-6f8c79adad2d", "IndividualID": "812a06e4-5bc0-42ca-9e87-cf7b21060abc", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "b2159ba3-06ee-474b-a7d3-2cae407a0a37", "TaskIndividualGroupID": "7c9df358-656a-485d-9ae5-6eb8ccbd64b4", "Created": "2025-08-01T03:09:30.1292222+00:00", "CreatedBy": "e08687e3-199c-404f-b0a4-2b8031d6cb0e", "SiteID": "bc25b111-0598-42f7-a8d6-ca317df7e410", "Updated": "2025-08-01T03:09:30.1292222+00:00", "UpdatedBy": "11d43ee8-553b-48ea-b3b9-fc3253dc693d", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }