- V2
-
V1
- Account
- Admin
- AdminUpload
- Analysis
- ApiResource
- ApiScope
- Assets
- AuditLog
- Auth
- AuthToken
- Avatar
- BatchDownloadDocuments
- CacheMeta
- Caching
- CheckUpdate
- ClaimMapping
- Client
- Collections
- Config
- CustomizeProperties
- Dashboard
- DashboardView
- DataMonitoring
- DataProvider
- DataSource
- DataSourceAPI
- DataSourceFile
- DataSourcePreview
- Dataset
- DatasetExport
- DatasetPreview
- Design
- DesignApi
- DesignTemplates
- DocumentBinder
- Documents
- EmbededReport
- Export
- ExportTemplate
- ExternalLoginProvider
- ExternalUser
- FloorPlanView
- GraphQl
- Group
- HealthCheck
- Heartbeat
- Hierarchy
- Home
- IdentityResource
-
Import
- Integration
- InternalDocuments
- LanguagePackage
- LanguageResource
- LocalDeployment
- ModelDrafts
- ModelEditor
- Node
- Notification
- Permission
- Pivot
- PluginAssets
- Preview
- PushDataset
- QueryEndpoint
- QueueMonitor
- ReferenceResolving
- Reports
- Resource
- Resources
- Role
- RoleDocumentColumns
- SceneView
- Schedule
- ScheduleTemplate
- SchedulesApi
- SecurityProvider
- Semantic
- Session
- Settings
- SharedResources
- StreamingDatasetApi
- SystemConfig
- SystemConfigs
- Tenant
- TenantModification
- Theme
- ThemeFiles
- Token
- Upload
- UploadTheme
- User
- UserFunctions
- View
- VisualSandbox
- WebPages
- WorkerJob
- WorkersRegistrar
- overview
Import
Import
[POST] /system/api/import
Parameters
Name | Type | Located In |
---|---|---|
newId | Boolean | query |
patch | string | query |
docPrefix | string | query |
docSuffix | string | query |
share | string | query |
Response
Status Code: 200
Success
[POST] /admin/api/import
Response
Status Code: 200
Success
[GET] /admin/api/import/cancel/{sessionId}
Parameters
Name | Type | Located In |
---|---|---|
sessionIdRequired | string | path |
Response
Status Code: 200
Success
[GET] /admin/api/import/process/{sessionId}
Parameters
Name | Type | Located In |
---|---|---|
sessionIdRequired | string | path |
Response
Status Code: 200
Success
[GET] /admin/api/import/status/{sessionId}
Parameters
Name | Type | Located In |
---|---|---|
sessionIdRequired | string | path |
Response
Status Code: 200
Success
Models
Ƭ ImportController+ImportResult
Name | Type | Description | Example |
---|---|---|---|
success | Boolean | ||
sessionIdNullable | string | ||
documentsNullable | ImportController+UploadDocument | ||
errorsNullable | ImportError | ||
settingsNullable | ImportController+UploadSetting |
Ƭ ImportController+UploadDocument
Name | Type | Description | Example |
---|---|---|---|
titleNullable | string | ||
documentTypeNullable | string | ||
action | DocumentOperation | ||
warningsNullable | ImportError |
Ƭ ImportError
Name | Type | Description | Example |
---|---|---|---|
errorCode | int32 | ||
errorTextNullable | string | ||
contextNullable | any |
Ƭ ImportController+UploadSetting
Name | Type | Description | Example |
---|---|---|---|
titleNullable | string | ||
typeNullable | string | ||
action | ImportController+SettingOperation |
Ƭ DocumentOperation
Enum:
Add
Update
Ignore
Upgrade
Ƭ ImportController+SettingOperation
Enum:
Add
Update
NotFound
Ignore