JetBrains Space Help

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) Required

emoji: string (Path) Required

Response

No arguments

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) Required

emoji: string (Path) Required

Response

array of CPrincipal

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) Required

emoji: string (Path) Required

Response

No arguments

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) Required

Response

array of EmojiReaction

Last modified: 07 September 2022