[]
        
(Showing Draft Content)

DataProvider

DataProvider

[GET] /api/dataprovider

Response

Status Code: 200

Success

DataSourceCategory

[POST] /api/dataprovider/verify

Request Schema

DataSourceDocument

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