Get Alignable Goal Options

Returns the list of goals that the specified employee's goal can be aligned with. When a goalId query parameter is provided, the currently aligned goal is included in the results even if it would otherwise be excluded. When goalId is omitted, returns alignment options for the API user.

Path Params
string
required

employeeId is the employee ID to get alignable goal options for.

Query Params
integer

Optional. When provided, the response includes the option currently aligned with this goal. If omitted, returns alignment options for the API user.

Responses

400

The provided goalId does not belong to the specified employee.

403

The employeeId resolves to 0 (invalid path segment), or the API user lacks permission to view the specified goal.

404

The provided goalId is zero or non-positive after integer cast (e.g. goalId=0, goalId=-1, or a non-numeric value such as goalId=abc).

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