Skip to main content

Properties

NameTypeFormatDescriptionExample
titlestring-The title of the asset
entryTitlestring-The title of the asset, all entries have a field called entryTitle.
descriptionstring-The description of the asset
entryDescriptionstring-The description of the asset, all entries have a field called entryDescription.
thumbnailstringlinkThe thumbail image specified for the asset
keywordsstring-Keywords associated with the asset
altTextstring-In the case of an image this will be populated with the image default ALT text
propertiesobject-The container of the asset properties
properties.filenamestring-The filename of the asset
properties.filesizenumber-The filesize of the asset in kb
properties.widthnumber-Only available for an image. This is the width of the image in px
properties.heightnumber-Only available for an image. This is the height of the image in px
sysobject-The container of the asset system data.
idstringuuidThe asset identifier as a 128 bit GUID.
projectIdstring-The project identifier found in the project overview screen of the management console.movieDb
contentTypeIdstring-The API identifier of the content type that the entry is based on.
dataFormatstring-Either entry or asset.
languagestringlanguageThe language code of the entry variation.en-GB
availableLanguagesstring[...]languageA list languages which have available translations.
unavailableLanguagesstring[...]languageA list languages which the entry can be translated to but have yet to be completed.
uristringURIThe entry URI.
metadataobject-The container for the metadata associated with the entry
workflowobject-The container for the workflow data associated with the entry
workflow.idstring-The API identifier of the workflow that the entry is using.contensisEntryBasic
workflow.statestring-The API identifier of the current workflow state of the entry.draft
workflow.allowedEventsstring[...]-A list of workflow events which can be carried out from the current state.
workflow.transitionobject-Transition data associated with the last workflow transition.
workflow.transition.fromstring-The state the entry transitioned from.
workflow.transition.eventstring-The event which tiggered the transition into the current statepublish
workflow.transition.datastring-Data which has been supplied for the current transition.Declined reason when failing an entry approval
workflow.transition.invokedBystring-The username of the user who invoked the transition
workflow.transition.invokeddatetime-The date and time the transition took place
isPublishedboolean- If the entry is currently pubished then the value will be true. If the entry has yet to be published or has been unpublished it will be false.
translationStatestring-The API identifier of the translation status of the entry.Possible values are None, NeverTranslated, Translated, TranslationOutOfDate, NoDefaultLanguage, AvailableForTranslation, NotAvailableForTranslation
VersionobjectversionVersion info specific to the entry variation.

Example

JSON
{
    "title": "Al Pacino",
    "description": "Photo of Al Pacino in Scarface",
    "keywords": "Al Pacino, Alfredo Pacino, Scarface, Godfather",
    "altText": "Al Pacino wearing a white suit",
    "thumbnail": {
        "sys": {
            "id": "639f00f2-800f-41e6-9713-c57d925fface",
            "dataFormat": "asset",
            "language": "en-GB"
        }
    },
    "entryTitle": "Al Pacino",
    "entryDescription": null,
    "sys": {
        "projectId": "website",
        "metadata": {
            "includeInSearch": true,
            "includeInAToZ": false,
            "includeInMenu": false,
            "includeInSiteMap": false,
            "nodeId": "e33d1064-d1ff-4dab-937d-252596b75dde"
        },
        "properties": {
            "filename": "al-pacino.jpg",
            "fileSize": 65031,
            "fileId": "e33d1064-d1ff-4dab-937d-252596b75dde",
            "width": 600,
            "height": 900
        },
        "version": {
            "createdBy": "ServicesUser",
            "created": "2020-03-24T11:30:19.0084202Z",
            "modifiedBy": "ServicesUser",
            "modified": "2020-04-21T08:58:45.7037069Z",
            "publishedBy": "ServicesUser",
            "published": "2020-04-21T08:59:15.9296679Z",
            "versionNo": "2.0"
        },
        "owner": "zengenti",
        "isPublished": false,
        "availableLanguages": [
            "en-GB"
        ],
        "unavailableLanguages": [],
        "translationState": "None",
        "id": "e33d1064-d1ff-4dab-937d-252596b75dde",
        "dataFormat": "asset",
        "language": "en-GB",
        "uri": "/image-library/people-images/al-pacino.jpg",
        "contentTypeId": "image"
    }
}
JSON
{
    "title": "Al Pacino",
    "description": "Photo of Al Pacino in Scarface",
    "keywords": "Al Pacino, Alfredo Pacino, Scarface, Godfather",
    "altText": "Al Pacino wearing a white suit",
    "thumbnail": {
        "sys": {
            "id": "639f00f2-800f-41e6-9713-c57d925fface",
            "dataFormat": "asset",
            "language": "en-GB"
        }
    },
    "entryTitle": "Al Pacino",
    "entryDescription": null,
    "sys": {
        "projectId": "website",
        "metadata": {
            "includeInSearch": true,
            "includeInAToZ": false,
            "includeInMenu": false,
            "includeInSiteMap": false,
            "nodeId": "e33d1064-d1ff-4dab-937d-252596b75dde"
        },
        "properties": {
            "filename": "al-pacino.jpg",
            "fileSize": 65031,
            "fileId": "e33d1064-d1ff-4dab-937d-252596b75dde",
            "width": 600,
            "height": 900
        },
        "version": {
            "createdBy": "ServicesUser",
            "created": "2020-03-24T11:30:19.0084202Z",
            "modifiedBy": "ServicesUser",
            "modified": "2020-04-21T08:58:45.7037069Z",
            "publishedBy": "ServicesUser",
            "published": "2020-04-21T08:59:15.9296679Z",
            "versionNo": "2.0"
        },
        "owner": "zengenti",
        "isPublished": false,
        "availableLanguages": [
            "en-GB"
        ],
        "unavailableLanguages": [],
        "translationState": "None",
        "id": "e33d1064-d1ff-4dab-937d-252596b75dde",
        "dataFormat": "asset",
        "language": "en-GB",
        "uri": "/image-library/people-images/al-pacino.jpg",
        "contentTypeId": "image"
    }
}
JSON
{
    "title": "Al Pacino",
    "description": "Photo of Al Pacino in Scarface",
    "keywords": "Al Pacino, Alfredo Pacino, Scarface, Godfather",
    "altText": "Al Pacino wearing a white suit",
    "thumbnail": {
        "sys": {
            "id": "639f00f2-800f-41e6-9713-c57d925fface",
            "dataFormat": "asset",
            "language": "en-GB",
            "contentTypeId": "image",
            "uri": "/image-library/people-images/al-pacino-thumbnail.x30cc3dd3.jpg"
        }
    },
    "entryTitle": "Al Pacino",
    "entryDescription": null,
    "sys": {
        "projectId": "website",
        "metadata": {
            "includeInSearch": true,
            "includeInAToZ": false,
            "includeInMenu": false,
            "includeInSiteMap": false,
            "nodeId": "e33d1064-d1ff-4dab-937d-252596b75dde"
        },
        "properties": {
            "filename": "al-pacino.jpg",
            "fileSize": 65031,
            "fileId": "e33d1064-d1ff-4dab-937d-252596b75dde",
            "width": 600,
            "height": 900
        },
        "version": {
            "createdBy": "ServicesUser",
            "created": "2020-03-24T11:30:19.0084202Z",
            "modifiedBy": "ServicesUser",
            "modified": "2020-04-21T08:58:45.7037069Z",
            "publishedBy": "ServicesUser",
            "published": "2020-04-21T08:59:15.9296679Z",
            "versionNo": "2.0"
        },
        "owner": "zengenti",
        "isPublished": false,
        "availableLanguages": [
            "en-GB"
        ],
        "id": "e33d1064-d1ff-4dab-937d-252596b75dde",
        "dataFormat": "asset",
        "language": "en-GB",
        "uri": "/image-library/people-images/al-pacino.jpg",
        "contentTypeId": "image"
    }
}

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