{ "opencollection": "1.0.0", "info": { "name": "Bitrix24 REST BIconnector Polls API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "items": [ { "info": { "name": "Polls", "type": "folder" }, "items": [ { "info": { "name": "Download the voting report vote.AttachedVote.download", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.download", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.download` generates and provides a downloadable report for the vote in the specified format. Attention! This method is an exception to the general rule of working with the REST API. Unlike other methods, it returns not a `JSON` object, but the actual content " }, { "info": { "name": "Get Data of Attached Vote vote.AttachedVote.get", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.get", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.get` returns data of the attached vote." }, { "info": { "name": "Get the list of users who voted for the answer vote.AttachedVote.getAnswerVoted", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.getAnswerVoted", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.getAnswerVoted` returns a list of users who voted for the specified answer option." }, { "info": { "name": "Get Multiple Votes vote.AttachedVote.getMany", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.getMany", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.getMany` returns data for multiple votes based on the identifiers of the entities to which the vote is attached." }, { "info": { "name": "Get Voting Data with Voter Information vote.AttachedVote.getWithVoted", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.getWithVoted", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.getWithVoted` returns data for the attached vote along with information about the users who voted." }, { "info": { "name": "Recall Your Vote vote.AttachedVote.recall", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.recall", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.recall` allows a user to withdraw their vote in an active voting session. This method only works with votes where the option Allow Re-voting is enabled." }, { "info": { "name": "Resume Voting vote.AttachedVote.resume", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.resume", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.resume` resumes a stopped vote, allowing users to participate in it again." }, { "info": { "name": "Stop voting vote.AttachedVote.stop", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.stop", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.stop` halts an active vote, preventing further participation." }, { "info": { "name": "Vote in the attached voting vote.AttachedVote.vote", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.AttachedVote.vote", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.AttachedVote.vote` allows you to vote in an attached voting." }, { "info": { "name": "Create and Send a Vote in Chat vote.Integration.Im.send", "type": "http" }, "http": { "method": "POST", "url": "https://{portal}.bitrix24.com/rest/vote.Integration.Im.send", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "auth", "value": "{{auth}}", "placement": "query" } }, "docs": "If you are developing integrations for Bitrix24 using AI tools (Codex, Claude Code, Cursor), connect to the [MCP server](../../ai-tools/mcp.md) so that the assistant can utilize the official REST documentation. The method `vote.Integration.Im.send` creates and sends a vote to the specified chat in the messenger." } ] } ], "bundled": true }