Response containing a list of ContentRepositories
name | data type | description |
---|---|---|
items | array of ContentRepositoryModel | ContentRepositories 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" : [ { "id" : 12345, "name" : "...", "crType" : "cr", "dbType" : "...", "username" : "...", "password" : "...", "usePassword" : true, "url" : "...", "basepath" : "...", "instantPublishing" : true, "languageInformation" : true, "permissionInformation" : true, "permissionProperty" : "...", "defaultPermission" : "...", "diffDelete" : true, "elasticsearch" : { "page" : { }, "folder" : { }, "file" : { } }, "projectPerNode" : true, "version" : "...", "checkDate" : 12345, "checkStatus" : "queued", "checkResult" : "...", "statusDate" : 12345, "dataStatus" : "error", "dataCheckResult" : "...", "globalId" : "..." }, { "id" : 12345, "name" : "...", "crType" : "mccr", "dbType" : "...", "username" : "...", "password" : "...", "usePassword" : true, "url" : "...", "basepath" : "...", "instantPublishing" : true, "languageInformation" : true, "permissionInformation" : true, "permissionProperty" : "...", "defaultPermission" : "...", "diffDelete" : true, "elasticsearch" : { "page" : { }, "folder" : { }, "file" : { } }, "projectPerNode" : true, "version" : "...", "checkDate" : 12345, "checkStatus" : "unchecked", "checkResult" : "...", "statusDate" : 12345, "dataStatus" : "ok", "dataCheckResult" : "...", "globalId" : "..." } ], "hasMoreItems" : true, "numItems" : 12345, "perms" : { "property1" : [ "updateconstructs", "createitems" ], "property2" : [ "deletefolder", "deletefolder" ] }, "stagingStatus" : { "property1" : { "packageName" : "...", "included" : true }, "property2" : { "packageName" : "...", "included" : true } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }