DataLens API: 🚧 [Experimental] Create wizard chart
Статья создана
Обновлена 16 марта 2026 г.
HTTP request
POST https://api.datalens.tech/rpc/createWizardChart
Body parameters
Request schema: application/json
{
"<allOf>": [
{
"string": "unknown"
},
{
"key": "string",
"workbookId": "string",
"name": "string"
}
]
}
All of:
|
Field |
Description |
|
template |
enum Required field.
|
|
annotation |
Required field. |
|
data |
object (map<string, unknown>) Required field. |
|
Field |
Description |
|
key |
string |
|
workbookId |
string |
|
name |
string |
Annotation
|
Field |
Description |
|
description |
string Required field. |
Response
HTTP Code: 200
Response
Response schema: application/json
{}
|
Field |
Description |
|
Empty |
|