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>01985ed5-bce9-490f-9b23-b86921976ef6</TaskID> <IndividualID>7199ad93-139c-4599-a03c-d144256ab6da</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>e4a12ebc-c3be-4df9-b1d4-d5769d38ea0d</ID> <TaskIndividualGroupID>21c0affc-4d22-4d2d-a120-f393a793f343</TaskIndividualGroupID> <Created>2025-10-01T11:30:00.9766088+00:00</Created> <CreatedBy>3a18adcb-fa98-429f-99b6-5f7e803590fa</CreatedBy> <SiteID>91b7b0f9-73e3-44a7-878e-a2b1ee85d529</SiteID> <Updated>2025-10-01T11:30:00.9766088+00:00</Updated> <UpdatedBy>aff9da21-2a11-44e8-b342-9e30a8465336</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "01985ed5-bce9-490f-9b23-b86921976ef6", "IndividualID": "7199ad93-139c-4599-a03c-d144256ab6da", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "e4a12ebc-c3be-4df9-b1d4-d5769d38ea0d", "TaskIndividualGroupID": "21c0affc-4d22-4d2d-a120-f393a793f343", "Created": "2025-10-01T11:30:00.9766088+00:00", "CreatedBy": "3a18adcb-fa98-429f-99b6-5f7e803590fa", "SiteID": "91b7b0f9-73e3-44a7-878e-a2b1ee85d529", "Updated": "2025-10-01T11:30:00.9766088+00:00", "UpdatedBy": "aff9da21-2a11-44e8-b342-9e30a8465336", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }