GenericResponse Data Type

Generic response containing the response code and response messages (no additional objects)

Subtypes
ContentRepositoryListResponse, JobsResponse, LegacyPageListResponse, PagedTemplateListResponse, MultiPageLoadResponse, TagmapEntryConsistencyResponse, MultiImageLoadResponse, PagedContentRepositoryFragmentInPackageListResponse, PagedObjectPropertyListResponse, TemplateListResponse, ObjectPropertyListResponse, UsersnapResponse, ToolsResponse, ItemListResponse, ScheduleResponse, LegacyFolderListResponse, PermResponse, TypePermissionResponse, PagedConstructInPackageListResponse, ExportSelectionResponse, PagedObjectPropertyInPackageListResponse, PageUsageListResponse, PageListResponse, MessageListResponse, PageFilenameSuggestResponse, ReferencedPagesListResponse, DatasourceLoadResponse, UILanguagesResponse, ContentRepositoryFragmentEntryListResponse, ActionLogEntryList, UserDataResponse, VersionResponse, TotalUsageResponse, GenericItemList, ConstructList, PartResponse, PermBitsResponse, FeatureModelList, PagedFolderListResponse, GroupsResponse, FolderExternalLinksResponse, LanguageList, AuthenticationResponse, RolePermResponse, TagmapEntryListResponse, FileLoadResponse, MarkupLanguageListResponse, GroupLoadResponse, MigrationTagsResponse, ExecutionResponse, PageLoadResponse, MigrationResponse, TemplateLoadResponse, FolderStructureLoadResponse, ConstructCategoryLoadResponse, LoginResponse, DatasourceEntryResponse, PackageDependencyList, TagListResponse, ObjectPropertyCategoryLoadResponse, JobStatus, FeatureResponse, NodeList, NodeLoadResponse, ConstructCategoryListResponse, ActionModelList, LanguageListResponse, NodeFeatureResponse, TemplateInNodeResponse, MultiFileLoadResponse, SyncItemList, FolderObjectCountResponse, PackageListResponse, DirtQueueSummaryResponse, PageCopyResponse, TemplateUsageListResponse, LegacyFileListResponse, FolderListResponse, SchedulerStatusResponse, PublishInfoResponse, ReferencedFilesListResponse, PagedConstructListResponse, ConstructLoadResponse, ErrorLogEntryList, PossiblePartMappingsResponse, PagedTemplateInPackageListResponse, AbstractStagingStatusListResponse, FolderLoadResponse, GroupsPermBitsResponse, ContentRepositoryFragmentListResponse, ContentRepositoryFragmentEntryResponse, UserList, ObjectPropertyCategoryListResponse, FolderPublishDirSanitizeResponse, TaskListResponse, RoleResponse, GroupList, PagedContentRepositoryInPackageListResponse, PublishQueueResponse, TaskResponse, MigrationGetLogResponse, PagedDatasourceListResponse, RoleListResponse, MigrationGetLogsResponse, FileUsageListResponse, FolderUsageListResponse, DatasourceEntryListResponse, TagList, ConstructListResponse, GenericItemListOfPublishLogDto, FileListResponse, AbstractStagingResponse, ImageListResponse, PrivilegesResponse, FeatureList, TagCreateResponse, HashPasswordResponse, ItemVersionListResponse, ScheduleListResponse, DirtQueueEntryList, PagePreviewResponse, TagmapEntryResponse, AbstractItemResponse, MeshRolesResponse, MaintenanceResponse, LanguageResponse, MultiFolderLoadResponse, MigrationJobItemsResponse, PagedDatasourceInPackageListResponse, MultiTagCreateResponse, NodeSettingsResponse, ContentLanguageResponse, FileUploadResponse, UserLoadResponse, ObjTagSyncStatus, ExecutionListResponse, ContentRepositoryResponse, ImageLoadResponse, MigrationPartsResponse, ActionLogTypeList, AbstractListResponse, NodeRestrictionResponse, TagStatusResponse, ContentRepositoryFragmentResponse, TypePermissionList, FoundFilesListResponse, MigrationStatusResponse, UpdatesInfoResponse, UserListResponse, ObjectPropertyLoadResponse, PageRenderResponse
Properties
name data type constraints description
messages array of Message   Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo  
inBackground boolean required boolean Whether the job was pushed into the background.

Example

{
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  },
  "inBackground" : true
}