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>26c24d69-b213-4215-88a2-4dd0678879c8</TaskID> <IndividualID>7bf0e944-5340-46af-9721-915654946066</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b3fe3535-4cf3-4554-87a8-7d30b0b17d72</ID> <TaskIndividualGroupID>d0eef2fa-f04d-4b1c-9843-52cd853c7663</TaskIndividualGroupID> <Created>2025-08-28T03:42:53.1223688+00:00</Created> <CreatedBy>36829e18-b28d-49a6-aca4-d5c8e30dcd5a</CreatedBy> <SiteID>a1298f51-0789-4166-baa4-261b7cec0a2c</SiteID> <Updated>2025-08-28T03:42:53.1223688+00:00</Updated> <UpdatedBy>50304443-f58e-4b7d-a91c-0937bd315639</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "26c24d69-b213-4215-88a2-4dd0678879c8", "IndividualID": "7bf0e944-5340-46af-9721-915654946066", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "b3fe3535-4cf3-4554-87a8-7d30b0b17d72", "TaskIndividualGroupID": "d0eef2fa-f04d-4b1c-9843-52cd853c7663", "Created": "2025-08-28T03:42:53.1223688+00:00", "CreatedBy": "36829e18-b28d-49a6-aca4-d5c8e30dcd5a", "SiteID": "a1298f51-0789-4166-baa4-261b7cec0a2c", "Updated": "2025-08-28T03:42:53.1223688+00:00", "UpdatedBy": "50304443-f58e-4b7d-a91c-0937bd315639", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }