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>6871186c-7350-4b92-9728-3a467ea3d1a1</TaskID> <IndividualID>f3f8ed10-ca23-4adf-81ab-8b57087e2e26</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>2468a57c-3242-4e35-9179-666d2449998b</ID> <TaskIndividualGroupID>4425e117-6752-45a5-add8-79611d544ec8</TaskIndividualGroupID> <Created>2026-08-27T03:42:35.9112692+00:00</Created> <CreatedBy>84bed90e-00e8-4522-a8f0-a30d8941a341</CreatedBy> <SiteID>e5b8f543-cb5a-4769-97cd-9ec06a7075ea</SiteID> <Updated>2026-08-27T03:42:35.9112692+00:00</Updated> <UpdatedBy>aebb5590-35b2-42fd-9358-56564f9a81ae</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "6871186c-7350-4b92-9728-3a467ea3d1a1",
"IndividualID": "f3f8ed10-ca23-4adf-81ab-8b57087e2e26",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "2468a57c-3242-4e35-9179-666d2449998b",
"TaskIndividualGroupID": "4425e117-6752-45a5-add8-79611d544ec8",
"Created": "2026-08-27T03:42:35.9112692+00:00",
"CreatedBy": "84bed90e-00e8-4522-a8f0-a30d8941a341",
"SiteID": "e5b8f543-cb5a-4769-97cd-9ec06a7075ea",
"Updated": "2026-08-27T03:42:35.9112692+00:00",
"UpdatedBy": "aebb5590-35b2-42fd-9358-56564f9a81ae",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}