The vote column allows board subscribers and team members to vote for items. This column is partially supported by our API, so you can read the vote column via the API but cannot update it.

Reading the vote column

You can return the data in a vote column in two different formats. The text field will return the data as a simple string that shows the total number of votes for each item. The value field will return the data as a JSON string that shows metadata about the vote column.

{
  "value": "{\"votersIds\":[31855020],\"changed_at\":\"2022-08-05T12:00:00.000Z\"}",
  "text": "1"
}

πŸ“˜

Have questions?

Join our developer community! You can share your questions and learn from fellow users and monday.com product experts.

Don’t forget to search before opening a new topic!