GenericResponse Data Type

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

Subtypes
ContentRepositoryListResponse, JobsResponse, LegacyPageListResponse, PagedTemplateListResponse, MultiPageLoadResponse, TagmapEntryConsistencyResponse, PagedContentRepositoryFragmentInPackageListResponse, MultiImageLoadResponse, 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, AuthenticationResponse, FolderExternalLinksResponse, LanguageList, RolePermResponse, TagmapEntryListResponse, FileLoadResponse, MarkupLanguageListResponse, GroupLoadResponse, MigrationTagsResponse, ExecutionResponse, MigrationResponse, PageLoadResponse, TemplateLoadResponse, FolderStructureLoadResponse, ConstructCategoryLoadResponse, DatasourceEntryResponse, LoginResponse, 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, ContentRepositoryFragmentListResponse, GroupsPermBitsResponse, 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, NodeSettingsResponse, MultiTagCreateResponse, ContentLanguageResponse, FileUploadResponse, UserLoadResponse, ObjTagSyncStatus, ExecutionListResponse, ContentRepositoryResponse, ImageLoadResponse, ActionLogTypeList, MigrationPartsResponse, AbstractListResponse, NodeRestrictionResponse, ContentRepositoryFragmentResponse, TagStatusResponse, TypePermissionList, FoundFilesListResponse, MigrationStatusResponse, UpdatesInfoResponse, UserListResponse, ObjectPropertyLoadResponse, PageRenderResponse
Properties
name data type description
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

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