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>735848eb-e088-4b4b-8798-2a1fe74f2d6c</TaskID> <IndividualID>f56415e6-788c-472d-84ef-8f14875af064</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>a016a9fc-63c2-4529-a501-7043a3e84f07</ID> <TaskIndividualGroupID>c1e64421-6dae-4db9-8fe1-05e6d181b75b</TaskIndividualGroupID> <Created>2025-02-15T23:25:12.8564307+00:00</Created> <CreatedBy>e01d8b9d-5fc8-4fe5-9dc6-2179ced19032</CreatedBy> <SiteID>437d718c-d5ad-42b0-8707-cddd0f5adb1b</SiteID> <Updated>2025-02-15T23:25:12.8564307+00:00</Updated> <UpdatedBy>46b66b35-45d2-460c-b099-29c91ff41b76</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "735848eb-e088-4b4b-8798-2a1fe74f2d6c", "IndividualID": "f56415e6-788c-472d-84ef-8f14875af064", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "a016a9fc-63c2-4529-a501-7043a3e84f07", "TaskIndividualGroupID": "c1e64421-6dae-4db9-8fe1-05e6d181b75b", "Created": "2025-02-15T23:25:12.8564307+00:00", "CreatedBy": "e01d8b9d-5fc8-4fe5-9dc6-2179ced19032", "SiteID": "437d718c-d5ad-42b0-8707-cddd0f5adb1b", "Updated": "2025-02-15T23:25:12.8564307+00:00", "UpdatedBy": "46b66b35-45d2-460c-b099-29c91ff41b76", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }