Reads people responsible for a task.
taskid
globally unique identifier
Required
Guid ID for the task. |
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>ca36b75b-4e2c-4543-8353-42982dd97e55</TaskID> <IndividualID>764018b4-657e-47c4-9405-5b6872a2e43d</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>2aaf9589-7deb-49dd-a2d1-d0625931a13d</ID> <TaskIndividualGroupID>bd4d6311-6fe2-4291-884b-56b05b0cf270</TaskIndividualGroupID> <Created>2025-05-22T23:15:11.63455+00:00</Created> <CreatedBy>6e1513e7-cd04-46bf-a078-646f40c5b4ee</CreatedBy> <SiteID>52fbb6e6-0e1e-4333-8d00-7580b0928cdc</SiteID> <Updated>2025-05-22T23:15:11.63455+00:00</Updated> <UpdatedBy>bd01d122-cc4d-468b-af60-2c268370f9c4</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "ca36b75b-4e2c-4543-8353-42982dd97e55", "IndividualID": "764018b4-657e-47c4-9405-5b6872a2e43d", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "2aaf9589-7deb-49dd-a2d1-d0625931a13d", "TaskIndividualGroupID": "bd4d6311-6fe2-4291-884b-56b05b0cf270", "Created": "2025-05-22T23:15:11.63455+00:00", "CreatedBy": "6e1513e7-cd04-46bf-a078-646f40c5b4ee", "SiteID": "52fbb6e6-0e1e-4333-8d00-7580b0928cdc", "Updated": "2025-05-22T23:15:11.63455+00:00", "UpdatedBy": "bd01d122-cc4d-468b-af60-2c268370f9c4", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }