get https://api.bamboohr.com/api/gateway.php//v1/performance/employees//goals//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
}
]
}