External URL Data Model
Record of external URL linked from elsewhere in the site. These records area created when content is linked to an external URL.
Sample JSON Data
{
"data": {
"id" "c7b1b58c-9174-41e5-b615-49ecf84655c0",
"type": "external-urls",
"attributes": {
"url": 'http://www.liveeditorcms.com/'
}
}
}
Attributes
| Attribute | Type | Required | Description |
|---|---|---|---|
url
|
string
|
Read-only | URL to link to. |
Relationships
None.