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
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@ For public Changelog covering all changes done to Pipedrive’s API, webhooks an
8
8
9
9
## [Unreleased]
10
10
11
+
## [30.9.0] - 2026-01-27
12
+
### Added
13
+
- 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
14
+
11
15
## [30.8.1] - 2026-01-27
12
16
### Fixed
13
17
- Removed `is_selected` from `/api/v2/pipelines` response, the field was never returned
@@ -1054,7 +1058,8 @@ Those fields will be formatted as "2020-07-13" instead of "2020-07-13T00:00:00.0
1054
1058
* Fixed `GET /goal/:id/results` error handling in case when there are no existing stages connected to specified goal
1055
1059
* Fixed typo in lead example response (`crrency` to `currency`)
* Returns data about all persons. Fields `ims`, `postal_address`, `notes`, `birthday`, and `job_title` are only included if contact sync is enabled for the company.
* Returns data about all persons. Fields `ims`, `postal_address`, `notes`, `birthday`, and `job_title` are only included if contact sync is enabled for the company.
* Returns data about all persons. Fields `ims`, `postal_address`, `notes`, `birthday`, and `job_title` are only included if contact sync is enabled for the company.
0 commit comments