Skip to main content

Properties

NameTypeFormatDescriptionExample
idstring-The project identifier, e.g. "movieDb". Found in the project overview screen of the management console
namestring-The friendly name given to the project
descriptionstring-The description text given to a project
supportedLanguagesstring[...]language code An array of all the languages supported by the project
primaryLanguagestringlanguage code The primary language for the project
deliverySysExclusionsstring[...]-Allows fields in the sys object to be excluded from the delivery entry response, simplifying the data returned and reducing the payload. The following fields cannot be excluded sys.versionStatus, sys.id, sys.ur, sys.language, sys.dataFormat and sys.contentTypeIdsys.owner, sys.version.*

Example

JSON
{
    "id": "movieDb",
    "name": "Movie Database",
    "description": "...",
    "supportedLanguage": [
        "en-GB",
        "en-US",
        "fr"
    ],
    "primaryLanguage": "en-GB"
}
JSON
{
    "id": "movieDb",
    "name": "Movie Database",
    "description": "...",
    "supportedLanguage": [
        "en-GB",
        "en-US",
        "fr"
    ],
    "primaryLanguage": "en-GB",
    "deliverySysExclusions": [
         "sys.owner"
    ]
}
JSON
{
    "id": "movieDb",
    "name": "Movie Database",
    "description": "...",
    "supportedLanguage": [
        "en-GB",
        "en-US",
        "fr"
    ],
    "primaryLanguage": "en-GB"
}

Remarks

Changes to the deliverySysExclusions may take up to an hour to be reflected in the delivery API. This is by design, the change propagates as the cache expires on entries rather than forcing an entire site cache purge.

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