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>57c732b4-55cc-4905-8e39-a58133277f26</TaskID> <IndividualID>ce21822d-cbaa-471c-9398-2a2e0b3e361b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fad1b44e-f75e-44f3-8de2-a21b5e7b812b</ID> <TaskIndividualGroupID>72c155de-18d4-4a20-be37-72941222e4db</TaskIndividualGroupID> <Created>2025-02-04T02:27:59.9252366+00:00</Created> <CreatedBy>7b8e28e9-28f0-4ebf-8041-3decc11717bf</CreatedBy> <SiteID>36ccf992-0a5c-4b1f-b648-2f984c524b1f</SiteID> <Updated>2025-02-04T02:27:59.9252366+00:00</Updated> <UpdatedBy>03ac06ea-613f-41f0-8f20-dd86517b7d65</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "57c732b4-55cc-4905-8e39-a58133277f26", "IndividualID": "ce21822d-cbaa-471c-9398-2a2e0b3e361b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "fad1b44e-f75e-44f3-8de2-a21b5e7b812b", "TaskIndividualGroupID": "72c155de-18d4-4a20-be37-72941222e4db", "Created": "2025-02-04T02:27:59.9252366+00:00", "CreatedBy": "7b8e28e9-28f0-4ebf-8041-3decc11717bf", "SiteID": "36ccf992-0a5c-4b1f-b648-2f984c524b1f", "Updated": "2025-02-04T02:27:59.9252366+00:00", "UpdatedBy": "03ac06ea-613f-41f0-8f20-dd86517b7d65", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }