Export - Returns URL for requested visual
Authorizations
Query parameters
versionstringOptionalDefault:
The requested API version
1.0
Header parameters
embedfast-user-idstringOptional
Optional User Id
Body
Request model for visual export operations
reportIdstring · uuidRequired
The ID of the report containing the visual to export
visualNamestringRequired
The name of the visual to export
bookmarkStatestring | nullableOptional
Optional bookmark state to apply before export
pageNamestring | nullableOptional
The name of the page containing the visual
Responses
200
Success: Returns the URL for the exported visual.
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.
500
Internal Server Error: An unexpected error occurred or a server timeout.
post
POST /visualExport HTTP/1.1
Host: admin-embedfastdev-app.azurewebsites.net
Authorization: Bearer JWT
Content-Type: application/json
Accept: */*
Content-Length: 112
{
"reportId": "123e4567-e89b-12d3-a456-426614174000",
"visualName": "text",
"bookmarkState": "text",
"pageName": "text"
}
text
Last updated