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>943c18e5-ca19-44d1-a66e-0e3b0fe76ae6</TaskID> <IndividualID>1ba79360-a711-4807-b980-6ac43d295f62</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>3985e1c7-cbdf-4f4c-a1ac-24f3be09c614</ID> <TaskIndividualGroupID>97f04225-84aa-465f-bd77-8d2524eeb6d8</TaskIndividualGroupID> <Created>2025-09-11T02:54:47.6446275+00:00</Created> <CreatedBy>41558485-16f0-482c-9f85-0b51a9f2e159</CreatedBy> <SiteID>8a950f2b-5eb5-4f43-be9a-f691be5be8be</SiteID> <Updated>2025-09-11T02:54:47.6446275+00:00</Updated> <UpdatedBy>70ef4946-adcd-4628-a8ad-4e78fdf11927</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "943c18e5-ca19-44d1-a66e-0e3b0fe76ae6", "IndividualID": "1ba79360-a711-4807-b980-6ac43d295f62", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "3985e1c7-cbdf-4f4c-a1ac-24f3be09c614", "TaskIndividualGroupID": "97f04225-84aa-465f-bd77-8d2524eeb6d8", "Created": "2025-09-11T02:54:47.6446275+00:00", "CreatedBy": "41558485-16f0-482c-9f85-0b51a9f2e159", "SiteID": "8a950f2b-5eb5-4f43-be9a-f691be5be8be", "Updated": "2025-09-11T02:54:47.6446275+00:00", "UpdatedBy": "70ef4946-adcd-4628-a8ad-4e78fdf11927", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }