Reactions
Add reaction
post /api/http/reactions/{item}/{emoji}
Rights, that may be checked: Add message reactions
, Add reactions to direct messages
, Add reactions to article comments
, Add reactions to comments in code reviews
|
Request arguments |
---|
item : string in one of the formats
(Path)  | emoji : string (Path) 
|
|
List reacted users and applications
get /api/http/reactions/{item}/{emoji}
Rights, that may be checked: View message reactions
, View reactions to direct messages
, View reactions to comments in code reviews
, View reactions to article comments
|
Request arguments |
---|
item : string in one of the formats
(Path)  | emoji : string (Path) 
|
|
Remove reaction
delete /api/http/reactions/{item}/{emoji}
Rights, that may be checked: Add message reactions
, Add reactions to direct messages
, Add reactions to article comments
, Add reactions to comments in code reviews
|
Request arguments |
---|
item : string in one of the formats
(Path)  | emoji : string (Path) 
|
|
List reactions
get /api/http/reactions/{item}
Rights, that may be checked: View message reactions
, View reactions to direct messages
, View reactions to comments in code reviews
, View reactions to article comments
|
Request arguments |
---|
item : string in one of the formats
(Path)  |
|
Last modified: 07 September 2022