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
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,18 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
10
10
### Added
11
11
- Added `smart_bcc_email` to optional `include_fields` in Persons and Organizations API v2
12
12
13
+
## [30.9.1] - 2026-01-27
14
+
### Added
15
+
- Added `GET /api/v2/persons/{id}/picture` endpoint to retrieve picture information for a specific person, including ID, file size, and URLs for both 128x128 (thumbnail) and 512x512 (full-size) versions of the person's profile picture
16
+
17
+
## [30.9.0] - 2026-01-27
18
+
### Added
19
+
- Added `GET /api/v2/persons/{id}/picture` endpoint to retrieve picture information for a specific person, including ID, file size, and URLs for both 128x128 (thumbnail) and 512x512 (full-size) versions of the person's profile picture
20
+
21
+
## [30.8.1] - 2026-01-27
22
+
### Fixed
23
+
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
24
+
13
25
## [30.8.0] - 2025-12-05
14
26
### Added
15
27
- Added three new OAuth2 scopes for field management:
@@ -1052,7 +1064,10 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1052
1064
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1053
1065
* Fixed typo in lead example response (`crrency` to `currency`)
0 commit comments