17 lines
1.2 KiB
Markdown
17 lines
1.2 KiB
Markdown
# GetExtendedContactDetails
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**email** | **string** | Email address of the contact for which you requested the details |
|
|
**id** | **int** | ID of the contact for which you requested the details |
|
|
**emailBlacklisted** | **bool** | Blacklist status for email campaigns (true=blacklisted, false=not blacklisted) |
|
|
**smsBlacklisted** | **bool** | Blacklist status for SMS campaigns (true=blacklisted, false=not blacklisted) |
|
|
**createdAt** | **string** | Creation UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
|
|
**modifiedAt** | **string** | Last modification UTC date-time of the contact (YYYY-MM-DDTHH:mm:ss.SSSZ) |
|
|
**listIds** | **int[]** | |
|
|
**listUnsubscribed** | **int[]** | | [optional]
|
|
**attributes** | **object** | Set of attributes of the contact |
|
|
**statistics** | [**\Brevo\Client\Model\GetExtendedContactDetailsStatistics**](GetExtendedContactDetailsStatistics.md) | |
|
|
|
|
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|