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>ad2e1117-f602-4120-b65f-073343070aa8</TaskID> <IndividualID>f85fd644-be8d-4e16-b637-4f9690757949</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8e55042d-cd11-43c4-b41b-16a989afa393</ID> <TaskIndividualGroupID>ea954c89-7b6c-43e9-bf30-3892314a476a</TaskIndividualGroupID> <Created>2026-02-24T03:47:35.8901001+00:00</Created> <CreatedBy>5a52f866-429f-4f57-a58e-2d1b796dfe90</CreatedBy> <SiteID>65bff11e-283a-47da-8620-8bed46ed5d75</SiteID> <Updated>2026-02-24T03:47:35.8901001+00:00</Updated> <UpdatedBy>4c11d554-d6a3-4b2b-a38f-fcfb6199b8c2</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "ad2e1117-f602-4120-b65f-073343070aa8",
"IndividualID": "f85fd644-be8d-4e16-b637-4f9690757949",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "8e55042d-cd11-43c4-b41b-16a989afa393",
"TaskIndividualGroupID": "ea954c89-7b6c-43e9-bf30-3892314a476a",
"Created": "2026-02-24T03:47:35.8901001+00:00",
"CreatedBy": "5a52f866-429f-4f57-a58e-2d1b796dfe90",
"SiteID": "65bff11e-283a-47da-8620-8bed46ed5d75",
"Updated": "2026-02-24T03:47:35.8901001+00:00",
"UpdatedBy": "4c11d554-d6a3-4b2b-a38f-fcfb6199b8c2",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}