Comments on News Feed Messages: Overview of Methods
If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the MCP server so that the assistant can utilize the official REST documentation.
Comments in the News Feed allow users to discuss posts, share opinions, and clarify details. Files can be attached to each comment.
Quick navigation: all methods
Linking Comments to Other Objects
News Feed Post. Comments are linked to a post by the identifier POST_ID. The post identifier can be obtained using the method log.blogpost.get.
User. A comment is associated with a user by the identifier USER_ID. The user identifier can be retrieved using the methods user.get and user.search.
Files. Files can be attached to comments. To attach a file, pass an array containing the file name and a string with Base64 in the FILES field. Information about the attached file can be obtained using the method disk.attachedObject.get.
Typical use-cases and scenarios
Overview of Methods
Scope:
logWho can perform the method: depending on the method
|
Method |
Description |
|
Adds a comment to a News Feed post |
|
|
Returns a list of comments for a News Feed post |
|
|
Deletes a comment from a post |