[]
        
(Showing Draft Content)

DataProvider

DataProvider

[GET] /api/dataprovider

Responses

[200] Success

DataSourceCategory

Type: [text/plain], [application/json], [text/json]

[POST] /api/dataprovider/verify

Request Body

Type: application/json-patch+json, application/json, text/json, application/*+json

DataSourceDocument

Responses

[200] Success

[GET] /api/dataprovider/unavailableproviders

Responses

[200] Success

Models

Ƭ DataSourceCategory

Name Type
nameNullable string
displayNameNullable string
categoryNullable string
editorConfigNullable string
unavailable Boolean
hasUserGuide Boolean

Ƭ DataSourceDocument

Name Type
nameNullable string
providerNullable string
connectionStringNullable string
useAdvancedConfig Boolean
isMultiTenant Boolean
mappingConfigsNullable Array<TableMappingInfo>

Ƭ TableMappingInfo

Name Type
tableOriginalNameNullable string
tableDisplayNameNullable string
columnsNullable Array<ColumnMappingInfo>

Ƭ ColumnMappingInfo

Name Type
columnOriginalNameNullable string
columnDisplayNameNullable string