Update Goal Progress

Sample Request Url

https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/123/goals/20/progress

Sample Request Body

{
    "percentComplete": 60
}

Sample Response

{
    "goal": {
        "id": "20",
        "title": "Lorem ipsum",
        "description": "Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.",
        "percentComplete": 60,
        "alignsWithOptionId": null,
        "sharedWithEmployeeIds": [
            123,
            125
        ],
        "dueDate": "2022-05-31",
        "completionDate": null,
        "status": "in_progress"
    }
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!