Request Information

URI Parameters

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
individualId globally unique identifier

ID of the individual whose direct report surveys are to be read.

Body Parameters

None.

Response Information

Resource Description (DirectReportsSurvey)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
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.

Response Formats

application/xml, text/xml

Sample
<DirectReportsSurvey xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://col4.com/api/v4">
  <FullName>sample string 2</FullName>
  <ID>b3f20ea1-3775-4ce7-b06e-f10670a9fa06</ID>
  <PastDue>3</PastDue>
  <ToDo>4</ToDo>
  <TotalOutstanding>5</TotalOutstanding>
</DirectReportsSurvey>

application/json, text/json

Sample
{
  "ID": "b3f20ea1-3775-4ce7-b06e-f10670a9fa06",
  "FullName": "sample string 2",
  "PastDue": 3,
  "ToDo": 4,
  "TotalOutstanding": 5
}