Create Goal

Create a new goal for an employee.

Path Params
string
required

employeeId is the employee ID with whom the goal is associated.

Body Params
string
required

The title of the goal

string

A detailed description of the goal

date
required

The due date for the goal in YYYY-MM-DD format

integer
0 to 100

The percentage of completion for the goal (0-100). Defaults to 0 if omitted.

date | null

The date when the goal was completed in YYYY-MM-DD format. Required when percentComplete is 100.

sharedWithEmployeeIds
array of integers
required

List of employee IDs with whom the goal is shared. Must include the employee ID of the goal owner.

sharedWithEmployeeIds*
integer | null

ID of the option this goal aligns with

milestones
array of objects | null

List of milestones for this goal

milestones
Responses

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json