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>d31f2983-90b3-49e7-9cb6-f50cb559936b</TaskID> <IndividualID>7b97dff2-d698-477a-b2d3-fabf706a0a85</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>831e2bd7-89e1-4ffe-a94e-0cf5ee26d7f4</ID> <TaskIndividualGroupID>1889d458-d0b3-4936-8317-934b7347f2ef</TaskIndividualGroupID> <Created>2024-10-23T05:19:14.9053916+00:00</Created> <CreatedBy>fbc57f67-b297-4667-a051-b9f836ae017c</CreatedBy> <SiteID>8780259e-7e46-4e65-a7a4-bd882b4b102e</SiteID> <Updated>2024-10-23T05:19:14.9053916+00:00</Updated> <UpdatedBy>22949028-5949-45cf-825d-95cf4ad9d803</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "d31f2983-90b3-49e7-9cb6-f50cb559936b", "IndividualID": "7b97dff2-d698-477a-b2d3-fabf706a0a85", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "831e2bd7-89e1-4ffe-a94e-0cf5ee26d7f4", "TaskIndividualGroupID": "1889d458-d0b3-4936-8317-934b7347f2ef", "Created": "2024-10-23T05:19:14.9053916+00:00", "CreatedBy": "fbc57f67-b297-4667-a051-b9f836ae017c", "SiteID": "8780259e-7e46-4e65-a7a4-bd882b4b102e", "Updated": "2024-10-23T05:19:14.9053916+00:00", "UpdatedBy": "22949028-5949-45cf-825d-95cf4ad9d803", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }