You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,14 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
10
10
### Changed
11
11
- Updated `flatted` dependency to version 3.4.2
12
12
13
+
## [32.2.0] - 2026-04-14
14
+
### Added
15
+
- Added `include_field_code` query parameter to Filters endpoints:
16
+
-`GET /v1/filters/{id}`
17
+
-`PUT /v1/filters/{id}`
18
+
-`POST /v1/filters`
19
+
- When set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name. The value is `null` if the field code cannot be resolved.
20
+
13
21
## [32.1.0] - 2026-03-26
14
22
### Added
15
23
- Added `assignee_ids` field to Tasks endpoints:
@@ -1221,7 +1229,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1221
1229
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1222
1230
* Fixed typo in lead example response (`crrency` to `currency`)
* Adds a new filter, returns the ID upon success. Note that in the conditions JSON object only one first-level condition group is supported, and it must be glued with \'AND\', and only two second level condition groups are supported of which one must be glued with \'AND\' and the second with \'OR\'. Other combinations do not work (yet) but the syntax supports introducing them in future. For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-a-filter\" target=\"_blank\" rel=\"noopener noreferrer\">adding a filter</a>.
46
46
* @summary Add a new filter
47
+
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* Returns data about a specific filter. Note that this also returns the condition lines of the filter.
172
177
* @summary Get one filter
173
178
* @param {number} id The ID of the filter
179
+
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* Adds a new filter, returns the ID upon success. Note that in the conditions JSON object only one first-level condition group is supported, and it must be glued with \'AND\', and only two second level condition groups are supported of which one must be glued with \'AND\' and the second with \'OR\'. Other combinations do not work (yet) but the syntax supports introducing them in future. For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-a-filter\" target=\"_blank\" rel=\"noopener noreferrer\">adding a filter</a>.
348
363
* @summary Add a new filter
364
+
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* Returns data about a specific filter. Note that this also returns the condition lines of the filter.
381
397
* @summary Get one filter
382
398
* @param {number} id The ID of the filter
399
+
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* @param {boolean} [include_field_code] If set to `true`, each condition in the response includes a `field_code` field identifying the field by its code name
* Returns all supported filter helpers. It helps to know what conditions and helpers are available when you want to <a href=\"/docs/api/v1/Filters#addFilter\">add</a> or <a href=\"/docs/api/v1/Filters#updateFilter\">update</a> filters. For more information, see the tutorial for <a href=\"https://pipedrive.readme.io/docs/adding-a-filter\" target=\"_blank\" rel=\"noopener noreferrer\">adding a filter</a>.
0 commit comments