get https://api.bamboohr.com/api/gateway.php//v1/performance/employees//goals/filters
Get the number of goals per status for an employee.
Sample Request Url
https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/123/goals/filters
Sample Response
{
"filters": [
{
"id": "status-inProgress",
"name": "In Progress",
"count": 4
},
{
"id": "status-completed",
"name": "Completed",
"count": 2
}
]
}