Request Information

URI Parameters

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

period integer

Body Parameters

None.

Response Information

Resource Description (DevelopmentGoals)

System.Collections.ObjectModel.Collection`1[Connections.API.Areas.HelpPage.ModelDescriptions.ParameterDescription] IList
GoalsCompleted integer

GoalsTotal integer

Department string

DepartmentURL string

Manager string

ManagerURL string

Employee string

EmployeeURL string

Employee_ID globally unique identifier

Response Formats

application/xml, text/xml

Sample
<DevelopmentGoals xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Connections.Common.DTO.PM">
  <Department>sample string 1</Department>
  <DepartmentURL>sample string 2</DepartmentURL>
  <Employee>sample string 5</Employee>
  <EmployeeURL>sample string 6</EmployeeURL>
  <Employee_ID>a3545d79-7c1c-4829-8524-882d2e08ecb6</Employee_ID>
  <GoalsCompleted>1</GoalsCompleted>
  <GoalsTotal>1</GoalsTotal>
  <Manager>sample string 3</Manager>
  <ManagerURL>sample string 4</ManagerURL>
</DevelopmentGoals>

application/json, text/json

Sample
{
  "GoalsCompleted": 1,
  "GoalsTotal": 1,
  "Department": "sample string 1",
  "DepartmentURL": "sample string 2",
  "Manager": "sample string 3",
  "ManagerURL": "sample string 4",
  "Employee": "sample string 5",
  "EmployeeURL": "sample string 6",
  "Employee_ID": "a3545d79-7c1c-4829-8524-882d2e08ecb6"
}