HTTP - Management
Link
Created by Contensis product team, last modified by zengenti on 13 May 2022
Properties
Name | Data type | Data 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
JSON
{
"sys": {
"dataFormat": "asset",
"contentTypeId": "image",
"language": "en-GB",
"id": "639f00f2-800f-41e6-9713-c57d925fface"
}
}