List Goals

Returns goals for an employee. Use this endpoint to locate goals by title before updating, commenting on, closing, reopening, or deleting them. Use filter=status-inProgress when the user asks for current/active goals, filter=status-completed for completed goals, filter=status-closed for closed goals, and filter=status-all when the user says "all goals", "including closed", or you are resolving a goal by title for a write operation where the status is unknown. If no filter is provided, closed goals are excluded. Results are capped at 50 goals; if a title lookup is ambiguous or absent, do not update or delete a different goal.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

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

Query Params
string
enum

Goal status filter. Use status-inProgress for current active goals, status-completed for completed goals, status-closed for closed goals, and status-all when locating a goal by title for update/delete/reopen or when the user asks for all goals. If omitted, closed goals are excluded. Unrecognized values behave like omission.

Allowed:
Responses

403

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

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