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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
7
7
## [Unreleased]
8
+
### Added
9
+
- 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
Copy file name to clipboardExpand all lines: docs/versions/v2/Model/ActivityItemLocation.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**sublocality** | **string** | Sublocality (e.g. neighborhood) of the activity | [optional]
13
13
**route** | **string** | Route (e.g. street) of the activity | [optional]
14
14
**street_number** | **string** | Street number of the activity | [optional]
15
+
**subpremise** | **string** | Subpremise (e.g. apartment/suite number) of the activity | [optional]
15
16
**postal_code** | **string** | Postal code of the activity | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/versions/v2/Model/OrganizationItemAddress.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**sublocality** | **string** | Sublocality (e.g. neighborhood) of the organization | [optional]
13
13
**route** | **string** | Route (e.g. street) of the organization | [optional]
14
14
**street_number** | **string** | Street number of the organization | [optional]
15
+
**subpremise** | **string** | Subpremise (e.g. apartment/suite number) of the organization | [optional]
15
16
**postal_code** | **string** | Postal code of the organization | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/versions/v2/Model/PersonItemPostalAddress.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Name | Type | Description | Notes
12
12
**sublocality** | **string** | Sublocality (e.g. neighborhood) of the person | [optional]
13
13
**route** | **string** | Route (e.g. street) of the person | [optional]
14
14
**street_number** | **string** | Street number of the person | [optional]
15
+
**subpremise** | **string** | Subpremise (e.g. apartment/suite number) of the person | [optional]
15
16
**postal_code** | **string** | Postal code of the person | [optional]
16
17
17
18
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments