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>66a398f2-16bb-46b5-b2f9-ba8bbc05a27e</TaskID> <IndividualID>5fb00077-fba5-4909-92e6-67ca951c4289</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>261a0047-2520-4e06-a066-be0d8d1d0f4b</ID> <TaskIndividualGroupID>01a4983c-3a5d-4a1d-b191-7281939ba44c</TaskIndividualGroupID> <Created>2026-04-06T00:50:24.1868573+00:00</Created> <CreatedBy>8b989545-11cb-404e-a31c-6203ca5c0c86</CreatedBy> <SiteID>4f237a4c-2346-4ef5-99b8-ae2ea237b693</SiteID> <Updated>2026-04-06T00:50:24.1868573+00:00</Updated> <UpdatedBy>8f6482e9-ca8f-4f7a-8734-e5b92580b838</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "66a398f2-16bb-46b5-b2f9-ba8bbc05a27e",
"IndividualID": "5fb00077-fba5-4909-92e6-67ca951c4289",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "261a0047-2520-4e06-a066-be0d8d1d0f4b",
"TaskIndividualGroupID": "01a4983c-3a5d-4a1d-b191-7281939ba44c",
"Created": "2026-04-06T00:50:24.1868573+00:00",
"CreatedBy": "8b989545-11cb-404e-a31c-6203ca5c0c86",
"SiteID": "4f237a4c-2346-4ef5-99b8-ae2ea237b693",
"Updated": "2026-04-06T00:50:24.1868573+00:00",
"UpdatedBy": "8f6482e9-ca8f-4f7a-8734-e5b92580b838",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}