Email Address Data Model
Tracks an email address that is linked to from content.
Sample JSON Data
{
"data": {
"id" "7f936e17-65c3-413f-b19d-a28a89ebc467",
"type": "assets",
"attributes": {
"email": "someone@example.com",
"created-at": "2012-04-23T18:25:43.511Z",
"updated-at": "2012-04-23T18:25:43.511Z"
}
}
}
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
email
|
string
|
Read-only | Email address. |
created-at
|
date
|
Read-only | Records when email address record was created, localized to the current logged in user’s time zone. |
updated-at
|
date
|
Read-only | Records when email address record was last updated, localized to the current logged in user’s time zone. |
Relationships
None.