Create visual - pdf export request
An visual export job will be created based on the export request and put to queue to be executed. The result of the operation will be an exportResult identifier that will be assembled by the client into a url that can be polled.
path Parameters
workspaceIdstring · required
Headers
X-Gdc-DebugbooleanDefault: false
Request Body
dashboardIdstring · requiredDashboard identifier
Example: 761cd28b-3f57-4ac9-bbdc-1c552cc0d1d0fileNamestring · requiredFile name to be used for retrieving the pdf document.
Example: filename
metadataobjectMetadata definition in free-form JSON format.
Example: {}timezoneIdstring | nullTime zone the export should be rendered in, as an IANA identifier (e.g. 'Asia/Kolkata') or a GMT offset (e.g. 'GMT+01:00'). When omitted, the workspace time zone setting is used.
Example: Asia/Kolkata
Responses
Visual export request created successfully.
exportResultstring · required
Retrieve metadata context
This endpoint serves as a cache for user-defined metadata of the export for the front end UI to retrieve it, if one was created using the POST ../export/visual endpoint. The metadata structure is not verified.
path Parameters
workspaceIdstring · requiredexportIdstring · required
Responses
Json metadata representation