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>aa79c14c-9851-49ed-a74b-b66bd04c0a0d</TaskID> <IndividualID>91ec22f7-cdd4-4a19-9992-d6c8fcd75cc5</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>062ab7a7-a5f3-47c3-bfe8-d0a8ed35cc27</ID> <TaskIndividualGroupID>cdeb1d72-0f7d-4d99-8bc3-6b54e552e49c</TaskIndividualGroupID> <Created>2025-05-20T08:17:49.430677+00:00</Created> <CreatedBy>02e3316a-4c8d-4773-bbc0-478d753203ac</CreatedBy> <SiteID>892615b0-a825-4e54-90b0-d42525c733f9</SiteID> <Updated>2025-05-20T08:17:49.430677+00:00</Updated> <UpdatedBy>00dbffc7-4205-42b1-a2d4-6cd669cc19bb</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "aa79c14c-9851-49ed-a74b-b66bd04c0a0d", "IndividualID": "91ec22f7-cdd4-4a19-9992-d6c8fcd75cc5", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "062ab7a7-a5f3-47c3-bfe8-d0a8ed35cc27", "TaskIndividualGroupID": "cdeb1d72-0f7d-4d99-8bc3-6b54e552e49c", "Created": "2025-05-20T08:17:49.430677+00:00", "CreatedBy": "02e3316a-4c8d-4773-bbc0-478d753203ac", "SiteID": "892615b0-a825-4e54-90b0-d42525c733f9", "Updated": "2025-05-20T08:17:49.430677+00:00", "UpdatedBy": "00dbffc7-4205-42b1-a2d4-6cd669cc19bb", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }