Jump to Content
monday.com Platform API
HomeGuidesAPI ReferenceChangelogPlayground
Apps DocsCommunityNeed Help?monday.com Platform API
Changelog
Apps DocsCommunityNeed Help?
HomeGuidesAPI ReferenceChangelogPlayground
All
Pages
Start typing to search…
October 7th, 2020
Added

Added ability to change column values and create items with string values

We added ability to change column values and create items with simple (String) values. See the change column values with Strings mutation and the create items mutation for more information.

We also added simple value support to some columns. See the change column values with strings mutation for more information.

October 7th, 2020
Added

Added "file_size", "file_extension", "uploaded_by" fields to files queries

We added file_extension, file_size, and uploaded_by fields to files queries. See Files for more information.

October 6th, 2020
Added

Added mapped labels and label colors to the "settings_str" field when querying Status columns

We added mapped labels and label colors to the settings_str field when querying Status columns. See the columns queries fields for more information.

This object has the next structure:

{
  "labels_colors": {
    "$LABEL_ID": {
      "color": "#579bfc",
      "border": "#4387E8",
      "var_name": "bright-blue"
    }
  }
}
October 4th, 2020
Improved

Changed the response type for "duplicate_item" from JSON to an item

We changed the response type for the duplicate_item mutation from a stringified JSON to an item. See the duplicate items mutation for more information.

September 19th, 2020
Added

Added the "duplicate_item" mutation method

We added the duplicate_item mutation method which will duplicate a single item at a time. See the duplicate items mutation for more information.

September 7th, 2020
Added

Deleting updates via the API is now possible

Added the delete_update mutation method which will delete an existing update. See the delete an update mutation for more information.

August 25th, 2020
Added

Create workspaces with the API

We added the create_workspace mutation method which will create a new workspace. See the create a workspace mutation for more information.

June 15th, 2020
Added

Create subitems via API

Added the create_subitem mutation which will create a new subitem under a specific parent item. See the create subitem mutation for more information.

June 1st, 2020
Added

Mutation to update Connect Boards columns

Added the ability to mutate Connect columns. See the Connect column mutation for more information.

June 1st, 2020
Added

New mutations to manage board subscribers

We added two mutations to let you add subscribers and remove subscribers from a board.

  • Added the add_subscribers_to_board mutation which will add a single or an array of subscribers to a board. See the add subscribers to board mutation for more information.
  • Add the delete_subscribers_from_board mutation which will delete subscribers from a board. See the delete subscribers from board mutation for more information.
29 of 30