Written by
Start workbook export
Starts the export of the specified workbook.
Request
POST
https://api.datalens.tech/rpc/startWorkbookExport
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"workbookId": "example"
}
|
Name |
Description |
|
workbookId |
Type: string ID of the workbook to export. Example: |
Responses
200 OK
Response
Body
application/json
{
"exportId": "example"
}
|
Name |
Description |
|
exportId |
Type: string ID of the started workbook export. Example: |