Skip to main content

The link object represents a reference to another entry or asset.

Properties

Name Type Format Description
sys object The link system data
sys.id string Guid The identifier of the referenced entry or asset
sys.dataFormat string Either entry or asset
sys.language string Language code The target language of the entry variation

Remarks

When setting a link, the dataFormat property does not have to be set as it will be determined by the API service. If no language is specified then the project default language will be assumed.

Example

JSON
{
    "sys": {
        "id": "3995f92c-2b3c-45bb-b2a6-1f1b6314be7a",
        "dataFormat": "entry",
        "language": "fr-FR"
    }
}

Still need help?

If you still need help after reading this article, don't hesitate to reach out to the Contensis community on Slack or raise a support ticket to get help from our team.
New support request