Optional
descriptionOptional
failureThis will be called upon failure to complete a request.
Optional
iconIndicates whether a icon should be auto-generated ('AUTO'), no icon should be saved ('NONE'), or the existing custom icon should be kept ('CUSTOM').
The name this visualization should be saved under.
Optional
queryOptional, but required if schemaName property is provided. Allows the visualization to be scoped to a particular query. If scoped, this visualization will appear in the 'views' menu for that query.
Optional
replaceWhether this 'save' call should replace an existing report with the same name. If false, the call to 'save' will fail if another report with the same name exists.
Optional
schemaOptional, but required if queryName property is provided. Allows the visualization to be scoped to a particular query. If scoped, this visualization will appear in the 'views' menu for that query.
Optional
scopeA scoping object for the success and failure callback functions (default to this).
Optional
sharedIndicates whether this report is viewable by all users with read permissions to the visualization's folder. If false, only the creating user can see the visualization. Defaults to true.
Optional
successThis will be called upon successfully completing a request.
Optional
svgSVG to be used to generate a thumbnail.
Optional
thumbnailIndicates whether a thumbnail should be auto-generated ('AUTO'), no thumbnail should be saved ('NONE'), or the existing custom thumbnail should be kept ('CUSTOM').
The type of visualization being saved.
An arbitrarily complex JavaScript object that contains all information required to recreate the report.
A description of the saved report.