Properties
Name | Type | Format | Description |
---|---|---|---|
sys | object | - | The link system data |
sys.id | string | uuid | The identifier of the referenced entry or asset |
sys.dataFormat | string | - | Either entry or asset |
sys.contentTypeId | string | - | The content type ID of the linked entry or asset |
sys.language | string | language | The target language of the entry variation |
Example
{
"sys": {
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB",
"id": "639f00f2-800f-41e6-9713-c57d925fface"
}
}
Management Example
{
"sys": {
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB",
"id": "639f00f2-800f-41e6-9713-c57d925fface"
}
}
Delivery example
{
"sys": {
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB",
"id": "639f00f2-800f-41e6-9713-c57d925fface",
"uri": "/image-library/people-images/al-pacino.x30cc3dd3.jpg"
}
}