get
https://{companyDomain}.bamboohr.com/api/v1/performance/employees//goals/alignmentOptions
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.
400The provided goalId does not belong to the specified employee.
403The employeeId resolves to 0 (invalid path segment), or the API user lacks permission to view the specified goal.
404The 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).
