Reads people responsible for a task.
taskid
globally unique identifier
Required
Guid ID for the task. |
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>f3b16a51-5a4b-49a4-a256-3226cfbf54dc</TaskID> <IndividualID>e2b08c84-52ca-4a21-9a85-38294411e082</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>7c93a63a-b997-4f34-939b-a710ef3088af</ID> <TaskIndividualGroupID>629609dc-fe65-4b22-b218-2c4054c44271</TaskIndividualGroupID> <Created>2025-08-04T01:34:27.6514607+00:00</Created> <CreatedBy>abe05f07-cc54-4a0c-a4e9-7c4a4be3c0a2</CreatedBy> <SiteID>10ea0847-f722-44f6-89b1-389176a47457</SiteID> <Updated>2025-08-04T01:34:27.6514607+00:00</Updated> <UpdatedBy>672785c8-8b89-483e-9600-570c76d24fa7</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{ "TaskID": "f3b16a51-5a4b-49a4-a256-3226cfbf54dc", "IndividualID": "e2b08c84-52ca-4a21-9a85-38294411e082", "HoursProjected": 1.0, "HoursActual": 1.0, "ID": "7c93a63a-b997-4f34-939b-a710ef3088af", "TaskIndividualGroupID": "629609dc-fe65-4b22-b218-2c4054c44271", "Created": "2025-08-04T01:34:27.6514607+00:00", "CreatedBy": "abe05f07-cc54-4a0c-a4e9-7c4a4be3c0a2", "SiteID": "10ea0847-f722-44f6-89b1-389176a47457", "Updated": "2025-08-04T01:34:27.6514607+00:00", "UpdatedBy": "672785c8-8b89-483e-9600-570c76d24fa7", "HoursActualRollup": 1.0, "HoursProjectedRollup": 1.0, "FullName": "sample string 1" }