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>71ffae67-5d18-40e1-b770-55dc468893aa</TaskID> <IndividualID>f0ffeec8-b5c5-49ba-b987-c409aff61292</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>fc43e7fd-fdec-487e-a1ab-dde0f3b2510b</ID> <TaskIndividualGroupID>ed286076-86a5-4d46-ac8e-a37ebf7eae94</TaskIndividualGroupID> <Created>2026-08-10T03:47:29.5161374+00:00</Created> <CreatedBy>7243df10-21ec-439b-a939-8eee2ffd0a93</CreatedBy> <SiteID>26c54797-c2e7-49c3-931c-a6d855565f74</SiteID> <Updated>2026-08-10T03:47:29.5161374+00:00</Updated> <UpdatedBy>78fbed55-6fbc-471d-a399-08bcdc46faac</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "71ffae67-5d18-40e1-b770-55dc468893aa",
"IndividualID": "f0ffeec8-b5c5-49ba-b987-c409aff61292",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "fc43e7fd-fdec-487e-a1ab-dde0f3b2510b",
"TaskIndividualGroupID": "ed286076-86a5-4d46-ac8e-a37ebf7eae94",
"Created": "2026-08-10T03:47:29.5161374+00:00",
"CreatedBy": "7243df10-21ec-439b-a939-8eee2ffd0a93",
"SiteID": "26c54797-c2e7-49c3-931c-a6d855565f74",
"Updated": "2026-08-10T03:47:29.5161374+00:00",
"UpdatedBy": "78fbed55-6fbc-471d-a399-08bcdc46faac",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}