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>10acc3f1-7366-4b3e-be40-e1093b5a7ba9</TaskID> <IndividualID>b2020dce-f5e6-45b3-ac31-6dfef3367bf3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>33d12647-e3ff-4de6-ad3b-32282aa8e890</ID> <TaskIndividualGroupID>9e2f9550-8226-43b1-aae3-dcd4ed06c8cb</TaskIndividualGroupID> <Created>2025-10-01T09:08:43.877125+00:00</Created> <CreatedBy>6b944fb6-2ed0-4471-b802-954500d805a1</CreatedBy> <SiteID>d7324ad8-ecec-4f05-9e3c-57479e085d2d</SiteID> <Updated>2025-10-01T09:08:43.877125+00:00</Updated> <UpdatedBy>ba4a78aa-6e0d-4977-bcb2-b80d7c6913cc</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "10acc3f1-7366-4b3e-be40-e1093b5a7ba9", "IndividualID": "b2020dce-f5e6-45b3-ac31-6dfef3367bf3", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "33d12647-e3ff-4de6-ad3b-32282aa8e890", "TaskIndividualGroupID": "9e2f9550-8226-43b1-aae3-dcd4ed06c8cb", "Created": "2025-10-01T09:08:43.877125+00:00", "CreatedBy": "6b944fb6-2ed0-4471-b802-954500d805a1", "SiteID": "d7324ad8-ecec-4f05-9e3c-57479e085d2d", "Updated": "2025-10-01T09:08:43.877125+00:00", "UpdatedBy": "ba4a78aa-6e0d-4977-bcb2-b80d7c6913cc", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }