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>41dd9855-c58b-45cc-a3b7-7637b0af5283</TaskID> <IndividualID>fa33bea8-a263-4bb4-bc7b-e63ee1009b38</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>701277c0-2dfa-4392-983c-69f6d5769403</ID> <TaskIndividualGroupID>4cce835d-fb7b-4649-aa9c-f92c5e378a98</TaskIndividualGroupID> <Created>2025-03-08T06:07:49.1258282+00:00</Created> <CreatedBy>e35f3b6c-c417-4ec1-9029-c5c5329f4f9f</CreatedBy> <SiteID>72a9fca1-9e8b-4ec0-bea0-9538b001257a</SiteID> <Updated>2025-03-08T06:07:49.1258282+00:00</Updated> <UpdatedBy>9512b58b-549a-4035-b544-4b187b5cd589</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "41dd9855-c58b-45cc-a3b7-7637b0af5283", "IndividualID": "fa33bea8-a263-4bb4-bc7b-e63ee1009b38", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "701277c0-2dfa-4392-983c-69f6d5769403", "TaskIndividualGroupID": "4cce835d-fb7b-4649-aa9c-f92c5e378a98", "Created": "2025-03-08T06:07:49.1258282+00:00", "CreatedBy": "e35f3b6c-c417-4ec1-9029-c5c5329f4f9f", "SiteID": "72a9fca1-9e8b-4ec0-bea0-9538b001257a", "Updated": "2025-03-08T06:07:49.1258282+00:00", "UpdatedBy": "9512b58b-549a-4035-b544-4b187b5cd589", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }