Content staging package item.
| name | data type | description |
|---|---|---|
| masterId | string | |
| dpiX | number | DPI (x-Dimension) |
| fileType | string | File type |
| excluded | boolean | |
| description | string | Description |
| disinheritDefault | boolean | |
| fpX | number | Return the focal point x-axis factor. |
| niceUrl | string | Nice URL |
| alternateUrls | array of string | Alternate URLs (in alphabetical order) |
| name | string | |
| id | string | |
| disinheritedChannelIds | array of string | |
| errors | array of StagedError | Get list of errors related to this object. |
| sizeX | number | Image size (x-Dimension) |
| sizeY | number | Image size (y-Dimension) |
| fileSize | number | File size |
| objectTags | map of StagedObjectTag | Map of object tags of this file |
| dpiY | number | DPI (y-Dimension) |
| gisResizable | boolean | Whether the image is resizable by Gentics Image Store |
| fpY | number | Return the focal point y-axis factor. |
| 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) |
Example
{
"masterId" : "...",
"dpiX" : 12345,
"fileType" : "...",
"excluded" : true,
"description" : "...",
"disinheritDefault" : true,
"fpX" : 12345.0,
"niceUrl" : "...",
"alternateUrls" : [ "...", "..." ],
"name" : "...",
"id" : "...",
"disinheritedChannelIds" : [ "...", "..." ],
"errors" : [ {
"error" : "...",
"kind" : "DUPLICATION"
}, {
"error" : "...",
"kind" : "NO_BINARY"
} ],
"sizeX" : 12345,
"sizeY" : 12345,
"fileSize" : 12345,
"objectTags" : {
"property1" : {
"name" : "...",
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"type" : "FILE",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
},
"property2" : {
"type" : "FOLDER",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
}
},
"type" : "TEMPLATETAG",
"id" : "...",
"definition" : {
"id" : "...",
"hash" : "..."
}
},
"property2" : {
"name" : "...",
"construct" : {
"id" : "...",
"hash" : "..."
},
"active" : true,
"properties" : {
"property1" : {
"type" : "SELECT",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
},
"property2" : {
"type" : "VELOCITY",
"id" : "...",
"partId" : "...",
"stringValue" : "...",
"imageId" : "...",
"folderId" : "...",
"templateId" : "...",
"formId" : "...",
"name" : "...",
"booleanValue" : true,
"fileId" : "...",
"pageId" : "...",
"contentTagId" : "...",
"templateTagId" : "...",
"nodeId" : "...",
"stringValues" : [ "...", "..." ],
"options" : [ { }, { } ],
"selectedOptions" : [ { }, { } ],
"datasource" : { },
"overview" : { },
"hash" : "..."
}
},
"type" : "CONTENTTAG",
"id" : "...",
"definition" : {
"id" : "...",
"hash" : "..."
}
}
},
"dpiY" : 12345,
"gisResizable" : true,
"fpY" : 12345.0,
"forceOnline" : true,
"customCdate" : 12345,
"customEdate" : 12345
}