Read a single person responsible for a task.
id
globally unique identifier
Required
Guid ID for a person responsible, it is not the same as an Individual ID. |
taskid
globally unique identifier
This ID is ignored, and only used to fill out the route. |
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>5aeb029f-396d-424c-9143-fc8551576877</TaskID> <IndividualID>3c7df4a1-be93-46c1-91e1-eb2839632ca3</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>b1139ee5-aefc-423f-85fa-8dd316c1e03a</ID> <TaskIndividualGroupID>478e04d8-f6c9-419d-ae7a-0f3090d96b96</TaskIndividualGroupID> <Created>2024-10-23T04:40:44.2005165+00:00</Created> <CreatedBy>30ea5ab2-34d6-419a-80e4-df3185553d40</CreatedBy> <SiteID>2e3fef5e-ee4b-4acc-87fe-4d689007d35a</SiteID> <Updated>2024-10-23T04:40:44.2005165+00:00</Updated> <UpdatedBy>85b421b4-a4a3-40df-9277-e222a570b53e</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "5aeb029f-396d-424c-9143-fc8551576877", "IndividualID": "3c7df4a1-be93-46c1-91e1-eb2839632ca3", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "b1139ee5-aefc-423f-85fa-8dd316c1e03a", "TaskIndividualGroupID": "478e04d8-f6c9-419d-ae7a-0f3090d96b96", "Created": "2024-10-23T04:40:44.2005165+00:00", "CreatedBy": "30ea5ab2-34d6-419a-80e4-df3185553d40", "SiteID": "2e3fef5e-ee4b-4acc-87fe-4d689007d35a", "Updated": "2024-10-23T04:40:44.2005165+00:00", "UpdatedBy": "85b421b4-a4a3-40df-9277-e222a570b53e", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }