Export - Returns URL for requested visual

Returns the URL for large visual exports.

post
Authorizations
Query parameters
versionstringOptional

The requested API version

Default: 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
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