JetBrains Space Help

Reactions

Add reaction

post /api/http/reactions/{item}/{emoji}

Required permissions: 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}

Required permissions: 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}

Required permissions: 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}

Required permissions: 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: 06 September 2023