Export - Returns URL for requested visual
Authorizations
HTTPRequired
Please enter a valid token
Query parameters
versionstringOptionalDefault:
The requested API version
1.0Header parameters
embedfast-user-idstringOptional
Optional User Id
embedfast-user-emailstringOptional
Optional User Email
Body
Class for visual export request.
exportTypestring | nullableOptional
Export format file type.
reportPageNamestring | nullableOptional
Page name of the report which contains the visual.
userNamestring | nullableOptional
User name of the user creating the request.
userIdstring · uuidOptional
User id of the user creating the request.
assetIdstring · uuidOptional
Asset id of the report which contains the visual.
Responses
200
Success: Returns the SAS URL for the requested visual export.
Responsestring
400
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
401
Unauthorized: Invalid credentials or missing/invalid authentication token.
404
Not Found: The requested resource was not found, the URL is invalid, or the resource has been deleted.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
/visualExportPreviousExport - Retrieves details of previous exportsNextExport - Starts a background task for visual export processing
Last updated