Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
  • Marketplace
    • Featured
    • Infrastructure & Network
    • Data Platform
    • AI for business
    • Security
    • DevOps tools
    • Serverless
    • Monitoring & Resources
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2026 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
  • DataLens Gallery
    • How to use the Public API
      • Overview
      • getConnection
      • createConnection
      • updateConnection
      • deleteConnection
      • getDashboard
      • createDashboard
      • updateDashboard
      • deleteDashboard
      • getDataset
      • createDataset
      • updateDataset
      • deleteDataset
      • validateDataset
      • getEntriesRelations
      • getEntries
      • getQLChart
      • deleteQLChart
      • getWizardChart
      • deleteWizardChart
      • getEditorChart
      • deleteEditorChart
      • createEditorChart
      • updateEditorChart
      • getEntriesPermissions
      • getAuditEntriesUpdates
      • listDirectory
  • Audit Trails events

In this article:

  • HTTP request
  • Body parameters
  • CreateEditorTableNodeEntry
  • Annotation
  • Data
  • CreateEditorGravityChartsNodeEntry
  • CreateEditorMarkdownNodeEntry
  • Data
  • CreateEditorSelectorNodeEntry
  • Data
  • CreateEditorAdvancedChartNodeEntry
  • CreateEditorHighchartsNodeEntry
  • Data
  • CreateEditorYagrNodeEntry
  • CreateEditorMetricNodeEntry
  • Data
  • CreateEditorMarkupNodeEntry
  • CreateEditorYaMapsNodeEntry
  • Data
  • CreateEditorModuleEntry
  • Data
  • Response
  • EditorTableNode
  • Data
  • EditorGravityChartsNode
  • EditorMarkdownNode
  • Data
  • EditorSelectorNode
  • Data
  • EditorAdvancedChartNode
  • EditorHighchartsNode
  • Data
  • EditorYagrNode
  • EditorMetricNode
  • Data
  • EditorMarkupNode
  • EditorYaMapsNode
  • Data
  • EditorModule
  • Data
  • EditorLegacyGraph
  • EditorLegacyTable
  • EditorLegacyMap
  • EditorLegacyManager
  • EditorLegacyText
  • EditorLegacyMetric
  1. DataLens Public API
  2. DataLens API
  3. createEditorChart

DataLens API: 🚧 [Experimental] Create Editor chart

Written by
Yandex Cloud
Updated at January 16, 2026
  • HTTP request
  • Body parameters
  • CreateEditorTableNodeEntry
  • Annotation
  • Data
  • CreateEditorGravityChartsNodeEntry
  • CreateEditorMarkdownNodeEntry
  • Data
  • CreateEditorSelectorNodeEntry
  • Data
  • CreateEditorAdvancedChartNodeEntry
  • CreateEditorHighchartsNodeEntry
  • Data
  • CreateEditorYagrNodeEntry
  • CreateEditorMetricNodeEntry
  • Data
  • CreateEditorMarkupNodeEntry
  • CreateEditorYaMapsNodeEntry
  • Data
  • CreateEditorModuleEntry
  • Data
  • Response
  • EditorTableNode
  • Data
  • EditorGravityChartsNode
  • EditorMarkdownNode
  • Data
  • EditorSelectorNode
  • Data
  • EditorAdvancedChartNode
  • EditorHighchartsNode
  • Data
  • EditorYagrNode
  • EditorMetricNode
  • Data
  • EditorMarkupNode
  • EditorYaMapsNode
  • Data
  • EditorModule
  • Data
  • EditorLegacyGraph
  • EditorLegacyTable
  • EditorLegacyMap
  • EditorLegacyManager
  • EditorLegacyText
  • EditorLegacyMetric

HTTP requestHTTP request

Creates the specified Editor chart.

POST https://api.datalens.yandex.net/rpc/createEditorChart

Body parametersBody parameters

Request schema: application/json

{
  "mode": "string",
  "entry": "unknown"
}

Field

Description

mode

enum

  • save
  • publish

entry

Type of the Editor chart.

One of CreateEditorTableNodeEntry | CreateEditorGravityChartsNodeEntry | CreateEditorMarkdownNodeEntry | CreateEditorSelectorNodeEntry | CreateEditorAdvancedChartNodeEntry | CreateEditorHighchartsNodeEntry | CreateEditorYagrNodeEntry | CreateEditorMetricNodeEntry | CreateEditorMarkupNodeEntry | CreateEditorYaMapsNodeEntry | CreateEditorModuleEntry

CreateEditorTableNodeEntryCreateEditorTableNodeEntry

To create Table chart.

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Table Editor charts takes value:

  • table_node

data

Data

Required field. Chart data.

AnnotationAnnotation

Field

Description

description

string

Required field. Description of annotation.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

CreateEditorGravityChartsNodeEntryCreateEditorGravityChartsNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For D3 Editor charts takes value:

  • d3_node

data

Data

Required field. Chart data.

CreateEditorMarkdownNodeEntryCreateEditorMarkdownNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Markdown Editor charts takes value:

  • markdown_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

CreateEditorSelectorNodeEntryCreateEditorSelectorNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor JS selectors takes value:

  • control_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

CreateEditorAdvancedChartNodeEntryCreateEditorAdvancedChartNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Advanced Editor charts takes value:

  • advanced-chart_node

data

Data

Required field. Chart data.

CreateEditorHighchartsNodeEntryCreateEditorHighchartsNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Highcharts takes value:

  • graph_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

graph

string

Required field. Configuration from the library tab (e.g. Highcharts, Yagr, Gravity UI).

CreateEditorYagrNodeEntryCreateEditorYagrNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Yagr charts takes value:

  • timeseries_node

data

Data

Required field. Chart data.

CreateEditorMetricNodeEntryCreateEditorMetricNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Metric charts takes value:

  • metric_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

CreateEditorMarkupNodeEntryCreateEditorMarkupNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Markup charts takes value:

  • markup_node

data

Data

Required field. Chart data.

CreateEditorYaMapsNodeEntryCreateEditorYaMapsNodeEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Yandex Map charts takes value:

  • ymap_node

data

Data

Required field. Chart data.

DataData

Field

Description

ymap

string

Required field. Configuration from the Ymap tab.

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

prepare

string

Required field. Configuration from the Prepare tab.

secrets

string

Secrets configuration.

CreateEditorModuleEntryCreateEditorModuleEntry

Field

Description

meta

object (map<string, unknown>)

Metadata associated with the entry.

links

object (map<string, string>)

Link information.

annotation

Annotation

Required field. Annotation information.

key

string

Required field. Key identifier of the entry.

type

enum

Required field. For Editor Modules takes value:

  • module

data

Data

Required field. Chart data.

DataData

Field

Description

documentation_en

string

Documentation from the Doc En tab.

documentation_ru

string

Documentation from the Doc Ru tab.

prepare

string

Required field. Configuration from the Prepare tab.

ResponseResponse

HTTP Code: 200

Response

Response schema: application/json

{
  "entry": "unknown"
}

Field

Description

entry

Type of the Editor chart.

One of EditorTableNode | EditorGravityChartsNode | EditorMarkdownNode | EditorSelectorNode | EditorAdvancedChartNode | EditorHighchartsNode | EditorYagrNode | EditorMetricNode | EditorMarkupNode | EditorYaMapsNode | EditorModule | EditorLegacyGraph | EditorLegacyTable | EditorLegacyMap | EditorLegacyManager | EditorLegacyText | EditorLegacyMetric

EditorTableNodeEditorTableNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Table Editor charts takes value:

  • table_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

EditorGravityChartsNodeEditorGravityChartsNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For D3 Editor charts takes value:

  • d3_node

data

Data

Required field. Chart data.

EditorMarkdownNodeEditorMarkdownNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Markdown Editor charts takes value:

  • markdown_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

EditorSelectorNodeEditorSelectorNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor JS selectors takes value:

  • control_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

EditorAdvancedChartNodeEditorAdvancedChartNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Advanced Editor charts takes value:

  • advanced-chart_node

data

Data

Required field. Chart data.

EditorHighchartsNodeEditorHighchartsNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Highcharts takes value:

  • graph_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

controls

string

Required field. Configuration from the Controls tab.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

graph

string

Required field. Configuration from the library tab (e.g. Highcharts, Yagr, Gravity UI).

EditorYagrNodeEditorYagrNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Yagr charts takes value:

  • timeseries_node

data

Data

Required field. Chart data.

EditorMetricNodeEditorMetricNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Metric charts takes value:

  • metric_node

data

Data

Required field. Chart data.

DataData

Field

Description

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

secrets

string

Secrets configuration.

prepare

string

Required field. Configuration from the Prepare tab.

config

string

Required field. Configuration from the Config tab.

EditorMarkupNodeEditorMarkupNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Markup charts takes value:

  • markup_node

data

Data

Required field. Chart data.

EditorYaMapsNodeEditorYaMapsNode

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Yandex Map charts takes value:

  • ymap_node

data

Data

Required field. Chart data.

DataData

Field

Description

ymap

string

Required field. Configuration from the Ymap tab.

shared

string

Required field. Configuration from the Shared tab.

params

string

Required field. Configuration from the Params tab.

sources

string

Required field. Configuration from the Sources tab.

prepare

string

Required field. Configuration from the Prepare tab.

secrets

string

Secrets configuration.

EditorModuleEditorModule

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field. For Editor Modules takes value:

  • module

data

Data

Required field. Chart data.

DataData

Field

Description

documentation_en

string

Documentation from the Doc En tab.

documentation_ru

string

Documentation from the Doc Ru tab.

prepare

string

Required field. Configuration from the Prepare tab.

EditorLegacyGraphEditorLegacyGraph

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • graph

data

object (map<string, string>)

Required field. Chart data.

EditorLegacyTableEditorLegacyTable

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • table

data

object (map<string, string>)

Required field. Chart data.

EditorLegacyMapEditorLegacyMap

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • map

data

object (map<string, string>)

Required field. Chart data.

EditorLegacyManagerEditorLegacyManager

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • manager

data

object (map<string, string>)

Required field. Chart data.

EditorLegacyTextEditorLegacyText

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • text

data

object (map<string, string>)

Required field. Chart data.

EditorLegacyMetricEditorLegacyMetric

Field

Description

version

enum

Required field. Editor version.

Аvailable values:

  • 1

entryId

string

Required field. Unique identifier of the entry.

key

Any of null | string | null

Key identifier of the entry.

createdAt

string

Required field. Creation timestamp.

createdBy

string

Required field. Creator of the entry.

updatedAt

string

Required field. Last update timestamp.

updatedBy

string

Required field. Last updater of the entry.

revId

string

Required field. Version ID for the Editor chart.

savedId

string

Required field. Saved version ID.

publishedId

string | null

Required field. Published version ID.

tenantId

string

Required field. Tenant ID.

hidden

boolean

Required field. Indicates if the entry is hidden.

public

boolean

Required field. Indicates if the entry is public.

workbookId

Any of null | string | null

ID of the workbook the Editor chart belongs to.

scope

enum

Required field. Type of the entry.

For charts takes value:

  • widget

meta

object | null

Required field. Metadata associated with the entry.

links

object | null

Link information.

annotation

object | null

Annotation information.

type

enum

Required field.

  • metric

data

object (map<string, string>)

Required field. Chart data.

Was the article helpful?

Previous
deleteEditorChart
Next
updateEditorChart
© 2026 Direct Cursus Technology L.L.C.