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. |
taskid
globally unique identifier
This ID is ignored, and only used to fill out the route. |
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>821ff079-551d-49c5-b058-cc4dc744ca1c</TaskID> <IndividualID>11937ab5-2292-4e6a-87bb-c5e5dd37851f</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>ead8c389-e26b-4eab-84b4-d417f86a7893</ID> <TaskIndividualGroupID>35f4dc82-0f09-4f9b-8acb-fea1aeb5f42a</TaskIndividualGroupID> <Created>2025-06-15T06:36:39.5819834+00:00</Created> <CreatedBy>17cfae04-7f46-40a0-9b57-c917774b0b4a</CreatedBy> <SiteID>52aa2cfd-e78b-4a07-b358-a7692090b57b</SiteID> <Updated>2025-06-15T06:36:39.5819834+00:00</Updated> <UpdatedBy>e12e1dbd-962f-4da6-97b6-576d4a3d4991</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "821ff079-551d-49c5-b058-cc4dc744ca1c", "IndividualID": "11937ab5-2292-4e6a-87bb-c5e5dd37851f", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "ead8c389-e26b-4eab-84b4-d417f86a7893", "TaskIndividualGroupID": "35f4dc82-0f09-4f9b-8acb-fea1aeb5f42a", "Created": "2025-06-15T06:36:39.5819834+00:00", "CreatedBy": "17cfae04-7f46-40a0-9b57-c917774b0b4a", "SiteID": "52aa2cfd-e78b-4a07-b358-a7692090b57b", "Updated": "2025-06-15T06:36:39.5819834+00:00", "UpdatedBy": "e12e1dbd-962f-4da6-97b6-576d4a3d4991", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }