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>ff174bcb-359c-4455-9177-cfc1379c2a9e</TaskID> <IndividualID>a6e4e833-a2c8-40c2-89c6-ff5eb3253702</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>11742cd5-d44b-4c9e-b5da-fdb1f888e4d3</ID> <TaskIndividualGroupID>001436b5-1ea4-4db9-91be-36f66a2286a5</TaskIndividualGroupID> <Created>2025-02-14T17:56:15.5887434+00:00</Created> <CreatedBy>4e552bc4-ab26-4997-9d03-f67d3d9967f1</CreatedBy> <SiteID>d76b0afd-6ab6-4a49-b552-ccd246aabd3f</SiteID> <Updated>2025-02-14T17:56:15.5887434+00:00</Updated> <UpdatedBy>e6829a7e-a54b-4681-8cff-ac9250e64968</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "ff174bcb-359c-4455-9177-cfc1379c2a9e", "IndividualID": "a6e4e833-a2c8-40c2-89c6-ff5eb3253702", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "11742cd5-d44b-4c9e-b5da-fdb1f888e4d3", "TaskIndividualGroupID": "001436b5-1ea4-4db9-91be-36f66a2286a5", "Created": "2025-02-14T17:56:15.5887434+00:00", "CreatedBy": "4e552bc4-ab26-4997-9d03-f67d3d9967f1", "SiteID": "d76b0afd-6ab6-4a49-b552-ccd246aabd3f", "Updated": "2025-02-14T17:56:15.5887434+00:00", "UpdatedBy": "e6829a7e-a54b-4681-8cff-ac9250e64968", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }