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>b5f57c91-7227-4289-8ee6-5e7808bdf776</TaskID> <IndividualID>fc633dc4-b759-44ed-ab49-bdf62e1f249e</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>27877169-6bad-4686-9a89-ea2c8fd96bc4</ID> <TaskIndividualGroupID>9df66bca-189c-4c9a-a76c-b3f96c653f98</TaskIndividualGroupID> <Created>2024-10-24T04:28:05.8101984+00:00</Created> <CreatedBy>3cc64089-1cbe-4d2e-a298-6f0db2207a22</CreatedBy> <SiteID>c8224070-c38f-44db-b0c6-49e2c7b0b522</SiteID> <Updated>2024-10-24T04:28:05.8101984+00:00</Updated> <UpdatedBy>a12f9747-e73b-4541-aad0-dc52e7745c6b</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "b5f57c91-7227-4289-8ee6-5e7808bdf776", "IndividualID": "fc633dc4-b759-44ed-ab49-bdf62e1f249e", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "27877169-6bad-4686-9a89-ea2c8fd96bc4", "TaskIndividualGroupID": "9df66bca-189c-4c9a-a76c-b3f96c653f98", "Created": "2024-10-24T04:28:05.8101984+00:00", "CreatedBy": "3cc64089-1cbe-4d2e-a298-6f0db2207a22", "SiteID": "c8224070-c38f-44db-b0c6-49e2c7b0b522", "Updated": "2024-10-24T04:28:05.8101984+00:00", "UpdatedBy": "a12f9747-e73b-4541-aad0-dc52e7745c6b", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }