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>a514b6b7-3f93-4f0d-96d2-20c9329a5066</TaskID> <IndividualID>2ee8c205-e326-41bb-bc3c-f88f7b38ee81</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>c0c383a8-7e41-4877-972c-71dd03339f8a</ID> <TaskIndividualGroupID>c744d7da-ae9f-4055-ab94-f07e0469a9a7</TaskIndividualGroupID> <Created>2025-11-22T10:09:49.9830398+00:00</Created> <CreatedBy>02c078f2-5a40-4306-9fa4-18322454ce1b</CreatedBy> <SiteID>e744c378-6363-4ecc-a87f-bdda55e683a1</SiteID> <Updated>2025-11-22T10:09:49.9830398+00:00</Updated> <UpdatedBy>c3f861b2-0554-4551-ad3a-9a53920a9954</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "a514b6b7-3f93-4f0d-96d2-20c9329a5066",
"IndividualID": "2ee8c205-e326-41bb-bc3c-f88f7b38ee81",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "c0c383a8-7e41-4877-972c-71dd03339f8a",
"TaskIndividualGroupID": "c744d7da-ae9f-4055-ab94-f07e0469a9a7",
"Created": "2025-11-22T10:09:49.9830398+00:00",
"CreatedBy": "02c078f2-5a40-4306-9fa4-18322454ce1b",
"SiteID": "e744c378-6363-4ecc-a87f-bdda55e683a1",
"Updated": "2025-11-22T10:09:49.9830398+00:00",
"UpdatedBy": "c3f861b2-0554-4551-ad3a-9a53920a9954",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}