List Goals

Returns goals for an employee. The response contains a goals array of goal objects. Use the optional filter query parameter to restrict results to goals in a specific status (e.g. status-inProgress, status-completed, status-closed). If no filter is provided, all goals for the employee are returned. Results are capped at 50 goals.

Path Params
string
required

employeeId is the employee ID to whom the goals are assigned.

Query Params
string

Filter goals by status. Known values include status-inProgress, status-completed, and status-closed. If omitted, all goals for the employee are returned. The API does not validate this parameter strictly; unrecognized values may be ignored or produce implementation-defined results.

Responses

403

The API user does not have permission to view goals for this employee.

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