Export - Initiate the export process of an existing report

Initiates the export process of an existing report.

post
Authorizations
HTTPRequired

Please enter a valid token

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

embedfast-user-emailstringOptional

Optional User Email

Body

Class for export file.

reportIdstring · uuidOptional

A public property of type Guid (a unique identifier) that has both a getter and a setter method, which allows for getting and setting the value of the ReportId property.

exportTypestring · min: 1Required

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the ExportType property.

isPaginatedbooleanOptional

A public property of type bool that has both a getter and a setter method, which allows for getting and setting the value of the paginated property.

exportMethodinteger · enumOptional

Defines the available export methods for an asset.

Possible values:
paginatedAssetIdstring · uuid | nullableOptional

Gets or sets the unique identifier for the paginated asset. Required in case of Paginated visual export (type 2) MAQ.BIHub.API.Model.ExportReportConfiguration.ExportMethod

filterstring | nullableOptional
bookmarkStatestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the BookmarkState property.

pageNamestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the PageName property.

visualNamestring | nullableOptional

A public property of type string that has both a getter and a setter method, which allows for getting and setting the value of the VisualName property.

Responses
post
/export

Last updated