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>40e83f8e-ad88-4e3a-93b0-812d32946be2</ID> <PastDue>3</PastDue> <ToDo>4</ToDo> <TotalOutstanding>5</TotalOutstanding> </DirectReportsSurvey>
{
"ID": "40e83f8e-ad88-4e3a-93b0-812d32946be2",
"FullName": "sample string 2",
"PastDue": 3,
"ToDo": 4,
"TotalOutstanding": 5
}