Endpoint Overview
/api/tasks/v4/tasks/comments/reactions/{reaction_id}/api/tasks/v4/tasks/comments/reactions/{reaction_id}/api/tasks/v4/tasks/comments/{comment_id}/reactions/api/tasks/v4/tasks/comments/{comment_id}/reactions/api/tasks/v4/tasks/comments/reactions/{reaction_id}/api/tasks/v4/tasks/comments/reactions/{reaction_id}/api/tasks/v4/tasks/comments/{comment_id}/reactions/api/tasks/v4/tasks/comments/{comment_id}/reactionsUpdates the type of the actor's own reaction on a task comment. Only the reaction owner can update their
reaction. Only the type field can be changed.
reaction_id stringrequiredtype stringrequired200 OKRemoves the actor's own reaction from a task comment. Only the reaction owner can delete their reaction. The operation cannot be undone.
reaction_id stringrequired204 No ContentReturns a paginated list of reactions on a task comment. The actor must have access to the task and the comment must not be deleted.
comment_id stringrequiredembed string[]Options for embedding additional data into task comment reaction responses:
USER: Includes the reacting user's profile in the user field of each reaction.types string[]sort string[]Sort options for task comment reactions. Each option has ascending (_ASC) and descending (_DESC) variants:
TYPE: Sort by reaction type in natural alphabetical order (CLAPPING, HAPPY, HEART, INSPIRING, SAD, THUMBS_UP).page_cursor stringA cursor pointing to the first item to be contained in the response array. Refer to our general "pagination" concept for more information.
page_limit integerThe maximum number of items to be contained in the response array. Refer to our general "pagination" concept for more information.
200 OKAdds a reaction to a task comment. The reacting user is the authenticated actor.
Constraint: Each user can have at most one reaction per comment. If the actor has already reacted
to the comment, USER_REACTION_ALREADY_EXISTS is returned. Use the update endpoint to change an
existing reaction instead.
comment_id stringrequiredid stringtype stringrequired201 Created