Content staging package item.
name | data type | description |
---|---|---|
id | string | |
sizeX | number | Image size (x-Dimension) |
sizeY | number | Image size (y-Dimension) |
dpiX | number | DPI (x-Dimension) |
description | string | Description |
fpY | number | Return the focal point y-axis factor. |
alternateUrls | array of string | Alternate URLs (in alphabetical order) |
forceOnline | boolean | Flag for force online |
customEdate | number | Custom edit date of the page (set to 0 for clearing custom edit date and falling back to the real edit date) |
excluded | boolean | |
masterId | string | |
errors | array of StagedError | Get list of errors related to this object. |
fileType | string | File type |
objectTags | map of StagedObjectTag | Map of object tags of this file |
fpX | number | Return the focal point x-axis factor. |
name | string | |
dpiY | number | DPI (y-Dimension) |
disinheritedChannelIds | array of string | |
fileSize | number | File size |
gisResizable | boolean | Whether the image is resizable by Gentics Image Store |
disinheritDefault | boolean | |
niceUrl | string | Nice URL |
customCdate | number | Custom creation date of the page (set to 0 for clearing custom creation date and falling back to the real creation date) |
Example
{ "id" : "...", "sizeX" : 12345, "sizeY" : 12345, "dpiX" : 12345, "description" : "...", "fpY" : 12345.0, "alternateUrls" : [ "...", "..." ], "forceOnline" : true, "customEdate" : 12345, "excluded" : true, "masterId" : "...", "errors" : [ { "error" : "...", "kind" : "MISMATCH" }, { "error" : "...", "kind" : "MISMATCH" } ], "fileType" : "...", "objectTags" : { "property1" : { "name" : "...", "construct" : { "id" : "...", "hash" : "..." }, "active" : true, "properties" : { "property1" : { "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "name" : "...", "type" : "PAGETAG", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." }, "property2" : { "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "name" : "...", "type" : "RICHTEXT", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." } }, "type" : "OBJECTTAG", "definition" : { "id" : "...", "hash" : "..." }, "id" : "..." }, "property2" : { "name" : "...", "construct" : { "id" : "...", "hash" : "..." }, "active" : true, "properties" : { "property1" : { "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "name" : "...", "type" : "RICHTEXT", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." }, "property2" : { "id" : "...", "partId" : "...", "stringValue" : "...", "booleanValue" : true, "fileId" : "...", "imageId" : "...", "name" : "...", "type" : "DATASOURCE", "folderId" : "...", "pageId" : "...", "templateId" : "...", "contentTagId" : "...", "templateTagId" : "...", "nodeId" : "...", "formId" : "...", "stringValues" : [ "...", "..." ], "options" : [ { }, { } ], "selectedOptions" : [ { }, { } ], "datasource" : { }, "overview" : { }, "hash" : "..." } }, "type" : "OBJECTTAG", "definition" : { "id" : "...", "hash" : "..." }, "id" : "..." } }, "fpX" : 12345.0, "name" : "...", "dpiY" : 12345, "disinheritedChannelIds" : [ "...", "..." ], "fileSize" : 12345, "gisResizable" : true, "disinheritDefault" : true, "niceUrl" : "...", "customCdate" : 12345 }