Response containing a list of packages
name | data type | description |
---|---|---|
items | array of Package | Packages in the list |
Properties inherited from AbstractListResponse |
||
items | array of object | Items in the list |
hasMoreItems | boolean | True if more items are available to get (if paging was used) |
numItems | number | Get total number of items available |
perms | map of array of Permission | User permissions on the returned items, if applicable and requested |
Properties inherited from StagingResponse |
||
stagingStatus | map of StagingStatus | Staging status of contained objects |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "items" : [ { "name" : "...", "description" : "...", "constructs" : 12345, "templates" : 12345, "datasources" : 12345, "objectProperties" : 12345, "crFragments" : 12345, "contentRepositories" : 12345, "subPackages" : [ { }, { } ], "construct" : { "keyword" : "...", "mayBeSubtag" : true, "mayContainSubtags" : true, "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "creator" : { }, "cdate" : 12345, "editor" : { }, "edate" : 12345, "category" : { }, "externalEditorUrl" : "...", "parts" : [ { }, { } ], "visibleInMenu" : true, "nameI18n" : { "property1" : "...", "property2" : "..." }, "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "autoEnable" : true, "liveEditorTagName" : "...", "openEditorOnInsert" : true, "editorControlStyle" : "CLICK", "editorControlsInside" : true, "categoryId" : 12345 }, "category" : "..." }, { "name" : "...", "description" : "...", "constructs" : 12345, "templates" : 12345, "datasources" : 12345, "objectProperties" : 12345, "crFragments" : 12345, "contentRepositories" : 12345, "subPackages" : [ { }, { } ], "construct" : { "keyword" : "...", "mayBeSubtag" : true, "mayContainSubtags" : true, "id" : 12345, "globalId" : "...", "name" : "...", "description" : "...", "creator" : { }, "cdate" : 12345, "editor" : { }, "edate" : 12345, "category" : { }, "externalEditorUrl" : "...", "parts" : [ { }, { } ], "visibleInMenu" : true, "nameI18n" : { "property1" : "...", "property2" : "..." }, "descriptionI18n" : { "property1" : "...", "property2" : "..." }, "autoEnable" : true, "liveEditorTagName" : "...", "openEditorOnInsert" : true, "editorControlStyle" : "ASIDE", "editorControlsInside" : true, "categoryId" : 12345 }, "category" : "..." } ], "hasMoreItems" : true, "numItems" : 12345, "perms" : { "property1" : [ "deleteform", "translatepages" ], "property2" : [ "readtemplates", "viewform" ] }, "stagingStatus" : { "property1" : { "packageName" : "...", "included" : true }, "property2" : { "packageName" : "...", "included" : true } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }