| Name | Description | Type | Additional Information |
|---|---|---|---|
| Status |
The status of the goal (e.g., On Track, In Caution). |
string |
Required. The value must be a valid status. |
| PercentageComplete |
The percentage of the goal that is complete |
integer |
Required. The value must be between 0 and 100 inclusive. |
| Name |
The goal's name, which should be five to seven action-oriented words. |
string |
Required. |
| Description |
The goal's description, which contains detailed information about what it will take to achieve this goal. |
string |
None. |
| StartDate |
The date when the goal starts. |
date |
Required. The start date must not be after the due date. |
| DueDate |
The date when the goal is due. |
date |
Required. The start date must not be after the due date. |
| IsPrivate |
Flag that indicates whether this goal is public or private. Private goals are visible to the user's manager and above. They are not visible to the user's peer or subordinates. |
boolean |
Required. |
| ObjectiveID |
The ID of the objective to which the efforts of this goal contribute. |
string |
Required. The objective must be one to which the user can associate goals. |