-
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
- DocumentBinder
- Documents
- EmbededReport
- Export
- ExportTemplate
- ExternalLoginProvider
- ExternalUser
- FloorPlanView
- GraphQl
- Group
- HealthCheck
- Heartbeat
- Hierarchy
- Home
- Identity-Token
- IdentityResource
- Import
- Integration
- InternalDocuments
- LanguagePackage
- LanguageResource
- License
- LocalDeployment
- ModelDrafts
- ModelEditor
- Node
- Notification
- Permission
- Pivot
- PluginAssets
- 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
- ThirdParty
- Token
- Upload
- UploadTheme
- User
- UserFunctions
- View
- VisualSandbox
- WebPages
- WorkerJob
- WorkersRegistrar
- overview
- V2
LanguagePackage
LanguagePackage
[GET] /admin/api/CustomLanguagePackage
Response
Status Code: 200
Success
[DELETE] /admin/api/CustomLanguagePackage/{packageId}
Parameters
Name | Type | Located In |
---|---|---|
packageIdRequired | string | path |
Response
Status Code: 200
Success
[POST] /admin/api/CustomLanguagePackage/upload
Response
Status Code: 200
Success
[POST] /admin/api/CustomLanguagePackage/commit/{displayName}/{sessionId}
Parameters
Name | Type | Located In |
---|---|---|
displayNameRequired | string | path |
sessionIdRequired | string | path |
Response
Status Code: 200
Success
[GET] /language-resources/{languageCode}/{targetKey}
Parameters
Name | Type | Located In |
---|---|---|
languageCodeRequired | string | path |
targetKeyRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/officialLanguagePackage
Response
Status Code: 200
Success
[DELETE] /api/officialLanguagePackage/{packageId}
Parameters
Name | Type | Located In |
---|---|---|
packageIdRequired | string | path |
Response
Status Code: 200
Success
[GET] /api/languagePackages/{packageId}/download
Parameters
Name | Type | Located In |
---|---|---|
packageIdRequired | string | path |
Response
Status Code: 200
Success
binary
Models
Ƭ LanguagePackageViewModel
Represents a language package view model containing details about a language package.
Name | Type | Description | Example |
---|---|---|---|
idNullable | string | Gets or sets the unique identifier of the language package. |
|
languageCodeNullable | string | Gets or sets the language code of the language package. |
|
nameNullable | string | Gets or sets the name of the language package. |
|
displayNameNullable | string | Gets or sets the display name of the language package. |
|
publishTime | ISO DateTime Sting | Gets or sets the publish time of the language package. |
|
createdTime | ISO DateTime Sting | Gets or sets the created time of the language package. |
|
modifiedTime | ISO DateTime Sting | Gets or sets the modified time of the language package. |
|
versionNullable | string | Gets or sets the version of the language package. |
|
productVersionNullable | string | Gets or sets the product version associated with the language package. |
|
isOfficial | Boolean | Gets or sets a value indicating whether the language package is official. |
|
published | Boolean | Gets or sets a value indicating whether the language package is published. |
|
hasDraft | Boolean | Gets or sets a value indicating whether the language package has a draft. |
|
hasMigrated | Boolean | Gets or sets a value indicating whether the language package has been migrated. |
|
referenceLanguageNullable | string | Gets or sets the reference language of the language package. |
|
uploadTime | ISO DateTime Sting | Gets or sets the upload time of the language package. |
|
uploadByNullable | string | Gets or sets the user who uploaded the language package. |
Ƭ LocalData
Name | Type | Description | Example |
---|---|---|---|
nameSpaceNullable | string | ||
localeDataNullable | Array<string> |