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>8aab6f68-8774-48e4-a09a-cc4d37b039d7</TaskID> <IndividualID>615d39bb-0f1f-48ae-886a-0a63b106e492</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>8d2834d8-5d26-4886-81fd-28621ff07417</ID> <TaskIndividualGroupID>1ebf2206-b9cf-467b-93d0-9e09c2ebb886</TaskIndividualGroupID> <Created>2025-10-31T15:21:17.5634895+00:00</Created> <CreatedBy>dbe4d0a9-d2d3-4b8b-9fa2-5dfc5bbf4a9c</CreatedBy> <SiteID>5a6e5f7f-ca59-4b1e-a7e6-60229ec9a245</SiteID> <Updated>2025-10-31T15:21:17.5634895+00:00</Updated> <UpdatedBy>ab0e78c9-0439-4baa-bdab-a0a54fb3531e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "8aab6f68-8774-48e4-a09a-cc4d37b039d7",
"IndividualID": "615d39bb-0f1f-48ae-886a-0a63b106e492",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "8d2834d8-5d26-4886-81fd-28621ff07417",
"TaskIndividualGroupID": "1ebf2206-b9cf-467b-93d0-9e09c2ebb886",
"Created": "2025-10-31T15:21:17.5634895+00:00",
"CreatedBy": "dbe4d0a9-d2d3-4b8b-9fa2-5dfc5bbf4a9c",
"SiteID": "5a6e5f7f-ca59-4b1e-a7e6-60229ec9a245",
"Updated": "2025-10-31T15:21:17.5634895+00:00",
"UpdatedBy": "ab0e78c9-0439-4baa-bdab-a0a54fb3531e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}