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>5d0624e4-11ab-49e0-944a-ce50649c8599</TaskID> <IndividualID>baf33794-4c8f-4205-a270-8511ec24970b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>af729093-3009-436b-9fe2-e44e178fc79f</ID> <TaskIndividualGroupID>1d4df2a2-9cbd-4040-87d4-31a5266aafb7</TaskIndividualGroupID> <Created>2025-07-30T21:12:59.8176903+00:00</Created> <CreatedBy>72c8e698-c89f-4039-b4a7-6739e4da9288</CreatedBy> <SiteID>10f213ea-1e37-4dd2-b330-421679ea4a60</SiteID> <Updated>2025-07-30T21:12:59.8176903+00:00</Updated> <UpdatedBy>1d55ac45-9c1c-452d-ac6a-0a6b36c572a7</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "5d0624e4-11ab-49e0-944a-ce50649c8599", "IndividualID": "baf33794-4c8f-4205-a270-8511ec24970b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "af729093-3009-436b-9fe2-e44e178fc79f", "TaskIndividualGroupID": "1d4df2a2-9cbd-4040-87d4-31a5266aafb7", "Created": "2025-07-30T21:12:59.8176903+00:00", "CreatedBy": "72c8e698-c89f-4039-b4a7-6739e4da9288", "SiteID": "10f213ea-1e37-4dd2-b330-421679ea4a60", "Updated": "2025-07-30T21:12:59.8176903+00:00", "UpdatedBy": "1d55ac45-9c1c-452d-ac6a-0a6b36c572a7", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }