- 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
- DingTalkAuthentication
- Documents
- EmbededReport
- Export
- ExportTemplate
- ExternalLoginProvider
- ExternalUser
- FloorPlanView
- GraphQl
- Group
- HealthCheck
- Heartbeat
- Hierarchy
- Home
- IdentityResource
- Import
- Integration
- InternalDocuments
- LanguagePackage
- LanguageResource
- License
- LicenseSummarised
- LocalDeployment
- ModelDrafts
- ModelEditor
- Node
- Notification
- Permission
- Pivot
- PluginAssets
- PodIPTest
- 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
- WeChat4WorkAuthentication
- WebPages
- WorkerJob
- WorkersRegistrar
- overview
DataProvider
DataProvider
[GET] /api/dataprovider
Response
Status Code: 200
Success
[POST] /api/dataprovider/verify
Request Schema
Response
Status Code: 200
Success
[GET] /api/dataprovider/unavailableproviders
Response
Status Code: 200
Success
Models
Ƭ DataSourceCategory
Name | Type | Description | Example |
---|---|---|---|
nameNullable | string | ||
displayNameNullable | string | ||
categoryNullable | string | ||
editorConfigNullable | string | ||
unavailable | Boolean |
Ƭ DataSourceDocument
Name | Type | Description | Example |
---|---|---|---|
nameNullable | string | ||
providerNullable | string | ||
connectionStringNullable | string | ||
useAdvancedConfig | Boolean | ||
isMultiTenant | Boolean | ||
mappingConfigsNullable | TableMappingInfo |
Ƭ TableMappingInfo
Name | Type | Description | Example |
---|---|---|---|
tableOriginalNameNullable | string | ||
tableDisplayNameNullable | string | ||
columnsNullable | ColumnMappingInfo |
Ƭ ColumnMappingInfo
Name | Type | Description | Example |
---|---|---|---|
columnOriginalNameNullable | string | ||
columnDisplayNameNullable | string |