Read a list of direct report surveys for an individual. PM
| 
							individualId
							
								globally unique identifier
							
							 ID of the individual whose direct report surveys are to be read.  | 
						
					
None.
| 
							ID
							
								globally unique identifier
											ReadOnly
							
							 ID of the given direct reports survey.  | 
						
					
| 
							FullName
							
								string
											ReadOnly
							
							 Full name of the individual for the given direct reports survey.  | 
						
					
| 
							PastDue
							
								integer
											ReadOnly
							
							 Number of direct reports surveys that are past due.  | 
						
					
| 
							ToDo
							
								integer
											ReadOnly
							
							 Number of direct reports surveys that are to do.  | 
						
					
| 
							TotalOutstanding
							
								integer
											ReadOnly
							
							 Total number of direct reports surveys that are outstanding.  | 
						
					
<DirectReportsSurvey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4"> <FullName>sample string 2</FullName> <ID>3bec41a8-2ed2-421d-b93a-eae12e073225</ID> <PastDue>3</PastDue> <ToDo>4</ToDo> <TotalOutstanding>5</TotalOutstanding> </DirectReportsSurvey>
{
  "ID": "3bec41a8-2ed2-421d-b93a-eae12e073225",
  "FullName": "sample string 2",
  "PastDue": 3,
  "ToDo": 4,
  "TotalOutstanding": 5
}