- 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
Token
Token
[GET] /api/token/longlivedaccesstoken
Response
Status Code: 200
Success
[POST] /api/integration/token/save
Request Schema
Response
Status Code: 200
Success
[GET] /api/integration/token/{tokenId}
Parameters
Name | Type | Located In |
---|---|---|
tokenIdRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/integration/token/revoke/{tokenId}
Parameters
Name | Type | Located In |
---|---|---|
tokenIdRequired | string | path |
Response
Status Code: 200
Success
[POST] /api/integration/token/generateurl
Request Schema
Response
Status Code: 200
Success
Models
Ƭ IntegrationToken
Name | Type | Description | Example |
---|---|---|---|
titleNullable | string | ||
descriptionNullable | string | ||
tokenNullable | string | ||
userNullable | string | ||
expiresIn | int32 | ||
tokenTypeNullable | string | ||
typeNullable | string | ||
clientIdNullable | string | ||
organizationPathNullable | string |
Ƭ SaveTokenViewModel
Name | Type | Description | Example |
---|---|---|---|
titleNullable | string | ||
descriptionNullable | string | ||
userNullable | string | ||
access_tokenNullable | string | ||
expires_in | int32 | ||
token_typeNullable | string | ||
organizationPathNullable | string |
Ƭ TokenViewModel
Name | Type | Description | Example |
---|---|---|---|
idNullable | string | ||
userNullable | string | ||
titleNullable | string | ||
tokenNullable | string | ||
descriptionNullable | string | ||
createdTime | ISO DateTime Sting | ||
expiredTime | ISO DateTime Sting | ||
organizationPathNullable | string |
Ƭ GenerateUrlViewModel
Name | Type | Description | Example |
---|---|---|---|
idNullable | string | ||
editionNullable | string | ||
hideAvatarMenu | Boolean | ||
hideWelcomeScreen | Boolean |