DataLens API: 🚧 [Experimental] Get wizard chart
HTTP request
Returns the specified wizard chart.
POST https://api.datalens.yandex.net/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. ID of the wizard chart to return. You can find it in the chart settings in DataLens interface. |
|
workbookId |
string | null ID of the workbook the wizard chart belongs to. If navigation across folders is enabled and the wizard chart belongs to a folder, the value must be |
|
revId |
string Version ID for the wizard chart. For details, see documentation If the field is empty, you will get the current version of the wizard chart. |
|
includePermissions |
boolean Include information on configured permissions in the response. |
|
includeLinks |
boolean Include information on configured links in the response. |
|
includeFavorite |
boolean Include favorite status in the response. |
|
branch |
enum
|
Response
HTTP Code: 200
Response
Response schema: application/json
"unknown"