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. |
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>b9f502fa-cbb6-4f3b-b44c-18fc68f17c43</TaskID> <IndividualID>c3407254-03da-4023-8fd8-ee4f156a08d6</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>76cea696-bb10-43f3-97c7-de466e521d73</ID> <TaskIndividualGroupID>c93a04d6-64f1-4300-a2ed-9da64eb82e54</TaskIndividualGroupID> <Created>2022-06-05T07:34:25.6934884+00:00</Created> <CreatedBy>47a6291d-8d1d-457c-99ef-1668efdaa7cf</CreatedBy> <SiteID>312d9d4d-66db-4ec2-a4ab-8e15bdbf4b87</SiteID> <Updated>2022-06-05T07:34:25.6934884+00:00</Updated> <UpdatedBy>3d04ac13-4119-433c-a0a8-aae045a96ded</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "b9f502fa-cbb6-4f3b-b44c-18fc68f17c43", "IndividualID": "c3407254-03da-4023-8fd8-ee4f156a08d6", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "76cea696-bb10-43f3-97c7-de466e521d73", "TaskIndividualGroupID": "c93a04d6-64f1-4300-a2ed-9da64eb82e54", "Created": "2022-06-05T07:34:25.6934884+00:00", "CreatedBy": "47a6291d-8d1d-457c-99ef-1668efdaa7cf", "SiteID": "312d9d4d-66db-4ec2-a4ab-8e15bdbf4b87", "Updated": "2022-06-05T07:34:25.6934884+00:00", "UpdatedBy": "3d04ac13-4119-433c-a0a8-aae045a96ded", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }