get deprecated
https://{companyDomain}.bamboohr.com/api/v1/performance/employees//goals/filters
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
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Sample Request Url
https://{companyDomain}.bamboohr.com/api/v1/performance/employees/123/goals/filtersSample Response
{
"filters": [
{
"id": "status-inProgress",
"name": "In Progress",
"count": 4
},
{
"id": "status-completed",
"name": "Completed",
"count": 2
}
]
} 403The authenticated caller does not have permission to view goals for this employee.
500Something went wrong fetching filters.
