Get Goal Comments

Get comments for a goal.

Sample Request Url

https://api.bamboohr.com/api/gateway.php/samplecompany/v1/performance/employees/1234/goals/24/comments

Sample Response

{
    "comments": [
        {
            "id": "26",
            "authorUserId": 2292,
            "createdAt": "2021-04-14T21:04:04Z",
            "text": "this is a comment",
            "canEdit": true,
            "canDelete": true
        }
    ]
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!