Retrieve all comments of a task.
GET /api/tasks/{task-id}/comments [?
–x-appvity-channelId: [ChannelID]
–x-appvity-teamid: [TeamID]
–Cookie: graphNodeCookie=[ID]
api/tasks/{task-id}/comments
GET.
This method does not support OData Filter parameters.
Header1
2
3--x-appvity-channelId: [ChannelID]
--x-appvity-teamid: [TeamID]
--Cookie: graphNodeCookie=[ID]
Body
This method does not supply the request body.
Success
If successful, this method returns a 200 OK response code and the comment list of a task object in the response body.
Error
Code: 401 UNAUTHORIZED
, 500 ERROR EXCEPTION
Content: {error: “error message”}
Request
1 | curl --location --request GET |
Response
1 | { |
Comment