Get Goal Status Counts

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
        }
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!