Report - Saves a Power BI report by ID into the application

Saves the Power BI report identified by its unique ID into the application.

post
Authorizations
HTTPRequired

Please enter a valid token

Path parameters
reportIdstring · uuidRequired

Expects Id of an existing report

Query parameters
versionstringOptional

The requested API version

Default: 1.0
Header parameters
embedfast-user-idstringOptional

Optional User Id

Body

Class for saving the Report Asset.

timestampstring · date-timeOptional

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

isCreatedbooleanOptional

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 IsCreated property.

Responses
201

Success: The Power BI report was successfully saved into the application.

post
/reports/{reportId}/save

Last updated