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>f7a08f55-b5e2-4884-bfd0-0032ba861a19</TaskID> <IndividualID>dc954083-6305-4ed0-9ac3-20f1d1631b2b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>58df9225-78f2-419b-bd9e-8a6051f6f87e</ID> <TaskIndividualGroupID>24a22025-d7ec-4c84-bc47-c37b39d56eb9</TaskIndividualGroupID> <Created>2025-11-23T18:41:30.9938353+00:00</Created> <CreatedBy>61ca0145-1c23-4135-9a7c-94cab47975ac</CreatedBy> <SiteID>7f3446da-5ec1-40e6-9b93-62b41d183ed9</SiteID> <Updated>2025-11-23T18:41:30.9938353+00:00</Updated> <UpdatedBy>32391e12-35c4-4140-8122-0af01e237440</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
"TaskID": "f7a08f55-b5e2-4884-bfd0-0032ba861a19",
"IndividualID": "dc954083-6305-4ed0-9ac3-20f1d1631b2b",
"HoursProjected": 1.0,
"HoursActual": 1.0,
"ID": "58df9225-78f2-419b-bd9e-8a6051f6f87e",
"TaskIndividualGroupID": "24a22025-d7ec-4c84-bc47-c37b39d56eb9",
"Created": "2025-11-23T18:41:30.9938353+00:00",
"CreatedBy": "61ca0145-1c23-4135-9a7c-94cab47975ac",
"SiteID": "7f3446da-5ec1-40e6-9b93-62b41d183ed9",
"Updated": "2025-11-23T18:41:30.9938353+00:00",
"UpdatedBy": "32391e12-35c4-4140-8122-0af01e237440",
"HoursActualRollup": 1.0,
"HoursProjectedRollup": 1.0,
"FullName": "sample string 1"
}