Jump to Content
monday.com Platform API
HomeGuidesAPI ReferenceChangelogPlayground
Apps DocsCommunityNeed Help?monday.com Platform API
Changelog
Apps DocsCommunityNeed Help?
HomeGuidesAPI ReferenceChangelogPlayground
December 27th, 2020
added

Added "is_admin" field to users queries

We added the is_admin field to users queries. See users queries fields for more information.

November 9th, 2020
improved

Webhooks now trigger when a specific column changes

We added the change_specific_column_value event to create webhook mutations. See the create a webhook mutation for more information.

October 10th, 2020
added

Added "change_column_title" mutation

We added ability to change the title of a column with the change_column_title() mutation. See the change column title mutation for more information.

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.

22 of 23