DataLens API: 🚧 [Experimental] Get wizard chart
Статья создана
Обновлена 16 марта 2026 г.
HTTP request
POST https://api.datalens.tech/rpc/getWizardChart
Body parameters
Request schema: application/json
{
"chartId": "string",
"workbookId": "string | null",
"revId": "string",
"includePermissions": "boolean",
"includeLinks": "boolean",
"includeFavorite": "boolean",
"branch": "string"
}
|
Field |
Description |
|
chartId |
string Required field. |
|
workbookId |
string | null |
|
revId |
string |
|
includePermissions |
boolean |
|
includeLinks |
boolean |
|
includeFavorite |
boolean |
|
branch |
enum
|
Response
HTTP Code: 200
Response
Response schema: application/json
"unknown"