Embed Token - Generate embed token for reports
Please enter a valid token
The requested API version
1.0Optional User Id
Optional User Email
Class for storing details of an embed config report.
A public property of type list of Guid that has both a getter and a setter method, which allows for getting and setting the value of the ReportIds property.
A public property of type list of Guid that has both a getter and a setter method, which allows for getting and setting the value of the DatasetIds property.
Success: Embed token successfully generated for the report.
Class for representing embed token response.
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 Token property.
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 TokenId property.
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 Expiration property.
A public property of type list of Guid that has both a getter and a setter method, which allows for getting and setting the value of the DatasetWithRls property.
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 WarningMessage property.
Bad Request: The request could not be processed due to invalid syntax or missing/incorrect parameters.
Forbidden: Access denied to generate an embed token for the report due to insufficient permissions or account restrictions.
Not Found: The report was not found, the URL is invalid, or the resource has been deleted.
Internal Server Error: An unexpected error occurred or a server timeout.
Last updated