View source: R/generated_client.R
reports_post_sql_refresh | R Documentation |
Refresh the data in a SQL report
reports_post_sql_refresh(id)
id |
integer required. The ID of this report. |
A list containing the following elements:
id |
integer, The ID of this report. |
name |
string, The name of the report. |
user |
list, A list containing the following elements:
|
createdAt |
string, The creation time for this report. |
updatedAt |
string, The last updated at time for this report. |
type |
string, The type of the report. One of: ReportTypes::HTML, ReportTypes::Tableau, ReportTypes::ShinyApp, ReportTypes::SQL |
description |
string, The user-defined description of the report. |
myPermissionLevel |
string, Your permission level on the object. One of "read", "write", or "manage". |
archived |
string, The archival status of the requested item(s). |
config |
string, The configuration of the report visualization. |
query |
list, A list containing the following elements:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.