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>f80d7a49-fe8a-4871-8db7-e521f4f9c4a8</TaskID> <IndividualID>d2d0d4f9-2e47-44ce-8808-951c7f0c0087</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>ba784e25-c3b9-498a-8990-cad3f8b159a5</ID> <TaskIndividualGroupID>4ed2c907-ba33-4c57-a828-b228b2ff9220</TaskIndividualGroupID> <Created>2025-03-06T16:12:29.3689372+00:00</Created> <CreatedBy>22eadd9b-6278-4205-8513-448208c41261</CreatedBy> <SiteID>fa9049a5-c096-4605-be31-7bcf05e80344</SiteID> <Updated>2025-03-06T16:12:29.3689372+00:00</Updated> <UpdatedBy>39c042cb-d6cc-42bf-a1b6-0a01b32c8519</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "f80d7a49-fe8a-4871-8db7-e521f4f9c4a8", "IndividualID": "d2d0d4f9-2e47-44ce-8808-951c7f0c0087", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "ba784e25-c3b9-498a-8990-cad3f8b159a5", "TaskIndividualGroupID": "4ed2c907-ba33-4c57-a828-b228b2ff9220", "Created": "2025-03-06T16:12:29.3689372+00:00", "CreatedBy": "22eadd9b-6278-4205-8513-448208c41261", "SiteID": "fa9049a5-c096-4605-be31-7bcf05e80344", "Updated": "2025-03-06T16:12:29.3689372+00:00", "UpdatedBy": "39c042cb-d6cc-42bf-a1b6-0a01b32c8519", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }