StagedImage Data Type

REST entity for the image, contained in the Content Staging package.

Subtypes
ContentPackageImage
Properties
name data type description
sizeX number Image size (x-Dimension)
sizeY number Image size (y-Dimension)
dpiX number DPI (x-Dimension)
dpiY number DPI (y-Dimension)
gisResizable boolean Whether the image is resizable by Gentics Image Store
fpX number Return the focal point x-axis factor.
fpY number Return the focal point y-axis factor.
Properties inherited from StagedFile
fileType string File type
description string Description
fileSize number File size
objectTags map of StagedObjectTag Map of object tags of this file
niceUrl string Nice URL
alternateUrls array of string Alternate URLs (in alphabetical order)
forceOnline boolean Flag for force online
customCdate number Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date)
customEdate number Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date)
Properties inherited from StagedLocalizableObject
masterId string
disinheritedChannelIds array of string
disinheritDefault boolean
excluded boolean
Properties inherited from StagingBase
name string
id string

Example

{
  "sizeX" : 12345,
  "sizeY" : 12345,
  "dpiX" : 12345,
  "dpiY" : 12345,
  "gisResizable" : true,
  "fpX" : 12345.0,
  "fpY" : 12345.0,
  "fileType" : "...",
  "description" : "...",
  "fileSize" : 12345,
  "objectTags" : {
    "property1" : {
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "LOCALFILE",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "...",
          "name" : "..."
        },
        "property2" : {
          "type" : "NAVIGATION",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "...",
          "name" : "..."
        }
      },
      "type" : "TEMPLATETAG",
      "id" : "..."
    },
    "property2" : {
      "definition" : {
        "id" : "...",
        "hash" : "..."
      },
      "name" : "...",
      "construct" : {
        "id" : "...",
        "hash" : "..."
      },
      "active" : true,
      "properties" : {
        "property1" : {
          "type" : "CMSFORM",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "...",
          "name" : "..."
        },
        "property2" : {
          "type" : "VELOCITY",
          "id" : "...",
          "partId" : "...",
          "stringValue" : "...",
          "booleanValue" : true,
          "fileId" : "...",
          "imageId" : "...",
          "folderId" : "...",
          "pageId" : "...",
          "templateId" : "...",
          "contentTagId" : "...",
          "templateTagId" : "...",
          "nodeId" : "...",
          "formId" : "...",
          "stringValues" : [ "...", "..." ],
          "options" : [ { }, { } ],
          "selectedOptions" : [ { }, { } ],
          "datasource" : { },
          "overview" : { },
          "hash" : "...",
          "name" : "..."
        }
      },
      "type" : "TEMPLATETAG",
      "id" : "..."
    }
  },
  "niceUrl" : "...",
  "alternateUrls" : [ "...", "..." ],
  "forceOnline" : true,
  "customCdate" : 12345,
  "customEdate" : 12345,
  "masterId" : "...",
  "disinheritedChannelIds" : [ "...", "..." ],
  "disinheritDefault" : true,
  "excluded" : true,
  "name" : "...",
  "id" : "..."
}