get deprecatedhttps://{companyDomain}.bamboohr.com/api/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/filtersSample Response
{
    "filters": [
        {
            "id": "status-inProgress",
            "name": "In Progress",
            "count": 4
        },
        {
            "id": "status-completed",
            "name": "Completed",
            "count": 2
        }
    ]
}