Get Goal Filters (v1)

Deprecated. Use "Get Goal Filters (v1.1)" instead. Get the number of goals per status for an employee. Returns a count of goals in each status (In Progress, Completed) for the specified employee. Goals with milestones are excluded from counts in this version.

OAuth Scopes: goal

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

Sample Request Url

https://{companyDomain}.bamboohr.com/api/v1/performance/employees/123/goals/filters

Sample Response

{
    "filters": [
        {
            "id": "status-inProgress",
            "name": "In Progress",
            "count": 4
        },
        {
            "id": "status-completed",
            "name": "Completed",
            "count": 2
        }
    ]
}
Path Params
integer
required

The internal employee ID of the employee the goals are assigned to.

Responses

403

The authenticated caller does not have permission to view goals for this employee.

500

Something went wrong fetching filters.

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