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…
January 7th, 2021
Improved

Change to how the items field handles empty arrays

Changed the behavior of the items() field in a boards() query. Now, when passing an empty array to the ids argument, it will not return any items (instead of returning all of the items on the board). See boards queries fields for more information.

January 4th, 2021
Improved

Improved sorting for boards query

  • Added a order_by: created_at / used_at argument for boards queries. See boards queries arguments for more information.
  • Deprecated the newest_first argument for boards queries. See boards queries arguments for more information.
January 3rd, 2021
Added

Webhooks now trigger when someone changes an item name

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

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.

27 of 29