Retrieve all comments from the source of a bug.
1 | GET /api/bugs/{bug-id}/comments [?<CommonODataExpression>] |
api/bugs/{bug-id}/comments
GET.
You can use $top and $skip to get the number of comments to retrieve for pagination.
1 | --x-appvity-channelId: [ChannelID] |
This method does not supply the request body.
If successful, this method returns a 200 OK
response code and collection of comment objects of a bug in the response body.
Request1
2
3
4
5curl --location --request GET 'https://teams.appvity.com/api/bugs/5f647f164d596392f55c6871/comments?$count=true&$top=50'\
--header 'x-appvity-channelId: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2' \
--header 'Content-Type: application/json' \
--header 'x-appvity-teamid: 19:15c258785b4040699180e7a8ad6c6014@thread.tacv2'\
--header 'Cookie: graphNodeCookie=s%3AP6Q5jPUtwmssNyjIzya3wsfcRKXabP2_.0JO9NorfqswRNvufDBQ2P9RgcUJJFuePB102P%2FMPclY' \
Respond
1 | { |
Comment