Comment Reactions

Get reactions for a comment

Gets a paginated list of reactions left on the comment.

get/v1/files/{file_key}/comments/{comment_id}/reactions

Path parameters

file_keystring required

File to get comment containing reactions from. This can be a file key or branch key. Use GET /v1/files/:key with the branch_data query param to get the branch key.

comment_idstring required

ID of comment to get reactions from.

Query parameters

cursorstring

Cursor for pagination, retrieved from the response of the previous call.

Response

Response from the GET /v1/files/{file_key}/comments/{comment_id}/reactions endpoint.

Changes

Changed in 3 of the 36 revisions of this API.4

    • the endpoint scheme security PlanAccessToken was added to the API

      api-security-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the security scope file_comments:read was added to the endpoint's security scheme OAuth2

      api-security-scope-added

    • the endpoint scheme security PlanAccessToken was removed from the API

      api-security-removed

    • the security scope file_comments:read was removed from the endpoint's security scheme OAuth2

      api-security-scope-removed

    This revision also has 77 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog