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>bd716b8a-4f55-46b9-bbbd-9a66f9ce9bc1</TaskID> <IndividualID>feb41690-92ef-4f2b-9480-9b5c4b029ded</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b2e74d4e-75e4-478c-ae7b-ed0a41ca08d2</ID> <TaskIndividualGroupID>32045f69-e93c-42ac-9c74-70872384fffc</TaskIndividualGroupID> <Created>2026-05-13T23:27:41.9079806+00:00</Created> <CreatedBy>f8ff24d6-efef-4555-9498-61c6a9e1e7cd</CreatedBy> <SiteID>11bc828c-fe2e-4686-84cb-6cf721b15d8e</SiteID> <Updated>2026-05-13T23:27:41.9079806+00:00</Updated> <UpdatedBy>d64140a1-2fdf-419f-9689-2aa061dc9713</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "bd716b8a-4f55-46b9-bbbd-9a66f9ce9bc1",
"IndividualID": "feb41690-92ef-4f2b-9480-9b5c4b029ded",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "b2e74d4e-75e4-478c-ae7b-ed0a41ca08d2",
"TaskIndividualGroupID": "32045f69-e93c-42ac-9c74-70872384fffc",
"Created": "2026-05-13T23:27:41.9079806+00:00",
"CreatedBy": "f8ff24d6-efef-4555-9498-61c6a9e1e7cd",
"SiteID": "11bc828c-fe2e-4686-84cb-6cf721b15d8e",
"Updated": "2026-05-13T23:27:41.9079806+00:00",
"UpdatedBy": "d64140a1-2fdf-419f-9689-2aa061dc9713",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}