- 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
CacheMeta
CacheMeta
[POST] /api/dataservice/meta
Request Schema
CacheMetaController+CacheMetaPayload
Response
Status Code: 200
Success
[PUT] /api/dataservice/meta
Request Schema
CacheMetaController+CacheMetaPayload
Response
Status Code: 200
Success
[GET] /api/dataservice/meta
Response
Status Code: 200
Success
[DELETE] /api/dataservice/meta/{cacheKey}
Parameters
Name | Type | Located In |
---|---|---|
cacheKeyRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/dataservice/meta/{cacheKey}
Parameters
Name | Type | Located In |
---|---|---|
cacheKeyRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/dataservice/meta/ignore-empty/{cacheKey}
Parameters
Name | Type | Located In |
---|---|---|
cacheKeyRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/dataservice/meta/relative/{cacheKeyPrefix}
Parameters
Name | Type | Located In |
---|---|---|
cacheKeyPrefixRequired | string | path |
Response
Status Code: 200
Success
Models
Ƭ DDLResponseModel
Name | Type | Description | Example |
---|---|---|---|
succeeded | Boolean | ||
errorCode | int32 | ||
errorMessageNullable | string |
Ƭ CacheMetaController+CacheMetaPayload
Name | Type | Description | Example |
---|---|---|---|
cacheKeyNullable | string | ||
meta | CacheMeta |
Ƭ CacheMeta
Name | Type | Description | Example |
---|---|---|---|
cacheKeyNullable | string | ||
totalValidRows | int64 | ||
dataVersion | int64 | ||
tableVersion | int64 | ||
cacheMetaLastUpdated | ISO DateTime Sting | ||
lastErrorCodeNullable | string | ||
lastErrorMessageNullable | string | ||
extensionNullable | string | ||
expired | Boolean | ||
isAppendable | Boolean |
Ƭ MetasResponseModel
Name | Type | Description | Example |
---|---|---|---|
succeeded | Boolean | ||
errorCode | int32 | ||
errorMessageNullable | string | ||
resultsNullable | CacheMeta |
Ƭ MetaResponseModel
Name | Type | Description | Example |
---|---|---|---|
succeeded | Boolean | ||
errorCode | int32 | ||
errorMessageNullable | string | ||
result | CacheMeta |