Create visual - pdf export request
POST
/api/v1/actions/workspaces/{workspaceId}/export/visual
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: {}
Responses
Visual export request created successfully.
exportResultstring · required
Retrieve metadata context
GET
/api/v1/actions/workspaces/{workspaceId}/export/visual/{exportId}/metadata
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
No data returned