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>e3ab153f-b545-4cfb-9025-156e8e5a27b0</TaskID> <IndividualID>ddda57d8-5de9-48cc-8260-7e77db09b433</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>79426525-684d-46ba-bd73-8d9ea9161679</ID> <TaskIndividualGroupID>42398ddf-ad01-46b2-b8bc-6116ace36682</TaskIndividualGroupID> <Created>2025-03-06T15:21:24.1461076+00:00</Created> <CreatedBy>54b5736d-02f6-4acb-8346-57813320de75</CreatedBy> <SiteID>7c4a349f-fa46-4a98-b82e-00e596ec7617</SiteID> <Updated>2025-03-06T15:21:24.1461076+00:00</Updated> <UpdatedBy>79ce0cee-3a54-4c0b-a686-34c1b790feb8</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "e3ab153f-b545-4cfb-9025-156e8e5a27b0", "IndividualID": "ddda57d8-5de9-48cc-8260-7e77db09b433", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "79426525-684d-46ba-bd73-8d9ea9161679", "TaskIndividualGroupID": "42398ddf-ad01-46b2-b8bc-6116ace36682", "Created": "2025-03-06T15:21:24.1461076+00:00", "CreatedBy": "54b5736d-02f6-4acb-8346-57813320de75", "SiteID": "7c4a349f-fa46-4a98-b82e-00e596ec7617", "Updated": "2025-03-06T15:21:24.1461076+00:00", "UpdatedBy": "79ce0cee-3a54-4c0b-a686-34c1b790feb8", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }