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>6d240509-73fc-43be-970a-b9f23082fecb</TaskID> <IndividualID>5590a3dd-4008-4dfa-87f4-4ccfe3eb642b</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>9c58709e-8387-4900-a640-238a639e2cce</ID> <TaskIndividualGroupID>915bf37a-bf55-449a-8087-67bb08b309fb</TaskIndividualGroupID> <Created>2025-08-26T11:45:00.6602284+00:00</Created> <CreatedBy>fa13c0e6-9481-4608-b71c-a44e081e77f4</CreatedBy> <SiteID>d01a0b16-506d-46d8-a849-99576e707358</SiteID> <Updated>2025-08-26T11:45:00.6602284+00:00</Updated> <UpdatedBy>968e09ee-0b14-4d50-a466-81babe20948a</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "6d240509-73fc-43be-970a-b9f23082fecb", "IndividualID": "5590a3dd-4008-4dfa-87f4-4ccfe3eb642b", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "9c58709e-8387-4900-a640-238a639e2cce", "TaskIndividualGroupID": "915bf37a-bf55-449a-8087-67bb08b309fb", "Created": "2025-08-26T11:45:00.6602284+00:00", "CreatedBy": "fa13c0e6-9481-4608-b71c-a44e081e77f4", "SiteID": "d01a0b16-506d-46d8-a849-99576e707358", "Updated": "2025-08-26T11:45:00.6602284+00:00", "UpdatedBy": "968e09ee-0b14-4d50-a466-81babe20948a", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }