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>1b495a29-37ab-4562-8ff8-1c5992a2ba1a</TaskID> <IndividualID>0a611aa3-b69c-4382-bd69-4c68ce9357a1</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>78302b28-8abd-446b-b48e-99729bf10c7b</ID> <TaskIndividualGroupID>becfba1c-b274-4055-9ed0-d5791ff09880</TaskIndividualGroupID> <Created>2025-04-18T08:59:46.5305562+00:00</Created> <CreatedBy>efd6bb36-e552-499b-9bc0-9893421da48f</CreatedBy> <SiteID>024f68a4-9ef5-497c-b0ae-e58964a18611</SiteID> <Updated>2025-04-18T08:59:46.5305562+00:00</Updated> <UpdatedBy>a5ee9386-d785-41f8-94c5-a035d785d8d6</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "1b495a29-37ab-4562-8ff8-1c5992a2ba1a", "IndividualID": "0a611aa3-b69c-4382-bd69-4c68ce9357a1", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "78302b28-8abd-446b-b48e-99729bf10c7b", "TaskIndividualGroupID": "becfba1c-b274-4055-9ed0-d5791ff09880", "Created": "2025-04-18T08:59:46.5305562+00:00", "CreatedBy": "efd6bb36-e552-499b-9bc0-9893421da48f", "SiteID": "024f68a4-9ef5-497c-b0ae-e58964a18611", "Updated": "2025-04-18T08:59:46.5305562+00:00", "UpdatedBy": "a5ee9386-d785-41f8-94c5-a035d785d8d6", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }