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>e7daa37f-0d5a-4fdd-a99a-79ddb4ccb742</TaskID> <IndividualID>f31ea962-ae6f-4210-a564-52f437f2bd11</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>5fc09d63-183a-4aee-a1fb-8cd51762f631</ID> <TaskIndividualGroupID>afe273a5-29a3-4744-a8d7-4f71d4583218</TaskIndividualGroupID> <Created>2025-11-15T07:46:39.3678003+00:00</Created> <CreatedBy>96c728f9-7045-49f5-9dbf-a72e67da1ca8</CreatedBy> <SiteID>4a837ae8-61ee-45c3-96ae-9b10ece6b3d5</SiteID> <Updated>2025-11-15T07:46:39.3678003+00:00</Updated> <UpdatedBy>9acb0176-d9c9-49b1-8f28-7541e804c53e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "e7daa37f-0d5a-4fdd-a99a-79ddb4ccb742",
"IndividualID": "f31ea962-ae6f-4210-a564-52f437f2bd11",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "5fc09d63-183a-4aee-a1fb-8cd51762f631",
"TaskIndividualGroupID": "afe273a5-29a3-4744-a8d7-4f71d4583218",
"Created": "2025-11-15T07:46:39.3678003+00:00",
"CreatedBy": "96c728f9-7045-49f5-9dbf-a72e67da1ca8",
"SiteID": "4a837ae8-61ee-45c3-96ae-9b10ece6b3d5",
"Updated": "2025-11-15T07:46:39.3678003+00:00",
"UpdatedBy": "9acb0176-d9c9-49b1-8f28-7541e804c53e",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}