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>219b768c-3b5f-4685-aad6-445bf3694089</TaskID> <IndividualID>4549795c-23f4-4535-b0da-203461074218</IndividualID> <HoursProjected>1</HoursProjected> <HoursActual>1</HoursActual> <ID>74ba008b-5237-4011-8d8b-5ff7ff300d4d</ID> <TaskIndividualGroupID>193813e8-6d65-47ae-b7ba-fc2f70aca6f7</TaskIndividualGroupID> <Created>2025-11-01T10:45:27.5293699+00:00</Created> <CreatedBy>a3f6db79-f3c0-4f75-937b-f081ea80454c</CreatedBy> <SiteID>8ff2c520-bc93-4a96-bc95-a81ee1afe8a2</SiteID> <Updated>2025-11-01T10:45:27.5293699+00:00</Updated> <UpdatedBy>c2c73159-810b-41dd-bbc2-08b07fb8dcf1</UpdatedBy> <HoursActualRollup>1</HoursActualRollup> <HoursProjectedRollup>1</HoursProjectedRollup> <FullName>sample string 1</FullName> </PersonResponsible>
{
  "TaskID": "219b768c-3b5f-4685-aad6-445bf3694089",
  "IndividualID": "4549795c-23f4-4535-b0da-203461074218",
  "HoursProjected": 1.0,
  "HoursActual": 1.0,
  "ID": "74ba008b-5237-4011-8d8b-5ff7ff300d4d",
  "TaskIndividualGroupID": "193813e8-6d65-47ae-b7ba-fc2f70aca6f7",
  "Created": "2025-11-01T10:45:27.5293699+00:00",
  "CreatedBy": "a3f6db79-f3c0-4f75-937b-f081ea80454c",
  "SiteID": "8ff2c520-bc93-4a96-bc95-a81ee1afe8a2",
  "Updated": "2025-11-01T10:45:27.5293699+00:00",
  "UpdatedBy": "c2c73159-810b-41dd-bbc2-08b07fb8dcf1",
  "HoursActualRollup": 1.0,
  "HoursProjectedRollup": 1.0,
  "FullName": "sample string 1"
}